Html Css Color HEX #D62FA5 Deep Cerise

📋 copy color: '#D62FA5'

red 214 ◦ green 47 ◦ blue 165

#D62FA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D62FA5

Tints of Deep Cerise #D62FA5

RGB

 RED value IS 214 (83.98% from 255) = 50.23%

 GREEN value IS 47 (18.75% from 255) = 11.03%

 BLUE value IS 165 (64.84% from 255) = 38.73%

R = 50.23%
G = 11.03%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D62FA5 (or 0xD62FA5) is known color: Deep Cerise. HEX triplet: D6, 2F and A5. RGB value is (214,47,165). Sum of RGB (Red+Green+Blue) = 214+47+165=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62FA5 is #29D05A. Grayscale: #6E6E6E. Windows color (decimal): -2740315 or 10825686. OLE color: 10825686.

HSL color Cylindrical-coordinate representation of color #D62FA5: hue angle of 317.6º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D62FA5 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 165 -
CMYK 0 0.78 0.23 0.16
HSL 317.6º 0.67% 0.51% -
HSV(B) 317.6º 0.78% 0.84% -
XYZ 35.54 19.05 37.4 -
YUV 110.39 158.83 201.91 -
System Red Green Blue C M Y K H S L
Decimal 214 47 165 0 0.78 0.23 0.16 317.6 0.67 0.51
Hex D6 2F A5 0 4E 17 10 13E 43 33
Octal 326 57 245 0 116 27 20 476 103 63
Binary 11010110 101111 10100101 0 1001110 10111 10000 100111110 1000011 110011

Color Harmonies of #D62FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FA5

Black with #D62FA5

Text Example


Text Example

White with #D62FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FA5; }

 p { color: rgb(214,47,165); }

 H1.HeaderClassName
 {
   color: #D62FA5;
 }
 .AnyTagClassName
 {
   color: #D62FA5;
 }
</style>

background-color css

<style>
 a { background-color: #D62FA5; }

 a { background-color: rgb(214,47,165); }

 div.DivClassName
 {
   background-color: #D62FA5;
 }
 .BgClassName
 {
   background-color: #D62FA5;
 }
</style>

border-color css

<style>
 span { border-color: #D62FA5; }

 span { border-color: rgb(214,47,165); }

 td.TdClassName
 {
   border-color: #D62FA5;
 }
 .TagClassName
 {
   border-color: #D62FA5;
 }
</style>