Html Css Color HEX #D62F7E Deep Cerise

📋 copy color: '#D62F7E'

red 214 ◦ green 47 ◦ blue 126

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

Shades of Deep Cerise #D62F7E

Tints of Deep Cerise #D62F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 55.3%
G = 12.14%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D62F7E (or 0xD62F7E) is known color: Deep Cerise. HEX triplet: D6, 2F and 7E. RGB value is (214,47,126). Sum of RGB (Red+Green+Blue) = 214+47+126=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62F7E is #29D081. Grayscale: #696969. Windows color (decimal): -2740354 or 8269782. OLE color: 8269782.

HSL color Cylindrical-coordinate representation of color #D62F7E: hue angle of 331.62º 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 #D62F7E is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 126 -
CMYK 0 0.78 0.41 0.16
HSL 331.62º 0.67% 0.51% -
HSV(B) 331.62º 0.78% 0.84% -
XYZ 32.51 17.84 21.47 -
YUV 105.94 139.33 205.08 -
System Red Green Blue C M Y K H S L
Decimal 214 47 126 0 0.78 0.41 0.16 331.62 0.67 0.51
Hex D6 2F 7E 0 4E 29 10 14C 43 33
Octal 326 57 176 0 116 51 20 514 103 63
Binary 11010110 101111 1111110 0 1001110 101001 10000 101001100 1000011 110011

Color Harmonies of #D62F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F7E

Black with #D62F7E

Text Example


Text Example

White with #D62F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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