Html Css Color HEX #D62875 Deep Cerise

📋 copy color: '#D62875'

red 214 ◦ green 40 ◦ blue 117

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

Shades of Deep Cerise #D62875

Tints of Deep Cerise #D62875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 57.68%
G = 10.78%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D62875 (or 0xD62875) is known color: Deep Cerise. HEX triplet: D6, 28 and 75. RGB value is (214,40,117). Sum of RGB (Red+Green+Blue) = 214+40+117=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D62875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62875 is #29D78A. Grayscale: #646464. Windows color (decimal): -2742155 or 7678166. OLE color: 7678166.

HSL color Cylindrical-coordinate representation of color #D62875: hue angle of 333.45º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62875 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 117 -
CMYK 0 0.81 0.45 0.16
HSL 333.45º 0.69% 0.5% -
HSV(B) 333.45º 0.81% 0.84% -
XYZ 31.7 17.1 18.46 -
YUV 100.8 137.15 208.74 -
System Red Green Blue C M Y K H S L
Decimal 214 40 117 0 0.81 0.45 0.16 333.45 0.69 0.5
Hex D6 28 75 0 51 2D 10 14D 45 32
Octal 326 50 165 0 121 55 20 515 105 62
Binary 11010110 101000 1110101 0 1010001 101101 10000 101001101 1000101 110010

Color Harmonies of #D62875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62875

Black with #D62875

Text Example


Text Example

White with #D62875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62875; }

 p { color: rgb(214,40,117); }

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

background-color css

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

 a { background-color: rgb(214,40,117); }

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

border-color css

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

 span { border-color: rgb(214,40,117); }

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