Html Css Color HEX #D62F8C Deep Cerise

📋 copy color: '#D62F8C'

red 214 ◦ green 47 ◦ blue 140

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

Shades of Deep Cerise #D62F8C

Tints of Deep Cerise #D62F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 53.37%
G = 11.72%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D62F8C (or 0xD62F8C) is known color: Deep Cerise. HEX triplet: D6, 2F and 8C. RGB value is (214,47,140). Sum of RGB (Red+Green+Blue) = 214+47+140=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62F8C is #29D073. Grayscale: #6B6B6B. Windows color (decimal): -2740340 or 9187286. OLE color: 9187286.

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

Color convert

RGB 214 47 140 -
CMYK 0 0.78 0.35 0.16
HSL 326.59º 0.67% 0.51% -
HSV(B) 326.59º 0.78% 0.84% -
XYZ 33.48 18.22 26.56 -
YUV 107.54 146.33 203.94 -
System Red Green Blue C M Y K H S L
Decimal 214 47 140 0 0.78 0.35 0.16 326.59 0.67 0.51
Hex D6 2F 8C 0 4E 23 10 147 43 33
Octal 326 57 214 0 116 43 20 507 103 63
Binary 11010110 101111 10001100 0 1001110 100011 10000 101000111 1000011 110011

Color Harmonies of #D62F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F8C

Black with #D62F8C

Text Example


Text Example

White with #D62F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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