Html Css Color HEX #D62175 Deep Cerise

📋 copy color: '#D62175'

red 214 ◦ green 33 ◦ blue 117

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

Shades of Deep Cerise #D62175

Tints of Deep Cerise #D62175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.07%

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

R = 58.79%
G = 9.07%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D62175 (or 0xD62175) is known color: Deep Cerise. HEX triplet: D6, 21 and 75. RGB value is (214,33,117). Sum of RGB (Red+Green+Blue) = 214+33+117=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D62175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62175 is #29DE8A. Grayscale: #606060. Windows color (decimal): -2743947 or 7676374. OLE color: 7676374.

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

Color convert

RGB 214 33 117 -
CMYK 0 0.85 0.45 0.16
HSL 332.15º 0.73% 0.48% -
HSV(B) 332.15º 0.85% 0.84% -
XYZ 31.49 16.67 18.39 -
YUV 96.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 214 33 117 0 0.85 0.45 0.16 332.15 0.73 0.48
Hex D6 21 75 0 55 2D 10 14C 49 30
Octal 326 41 165 0 125 55 20 514 111 60
Binary 11010110 100001 1110101 0 1010101 101101 10000 101001100 1001001 110000

Color Harmonies of #D62175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62175

Black with #D62175

Text Example


Text Example

White with #D62175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62175; }

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

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

background-color css

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

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

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

border-color css

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

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

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