Html Css Color HEX #D62378 Deep Cerise

📋 copy color: '#D62378'

red 214 ◦ green 35 ◦ blue 120

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

Shades of Deep Cerise #D62378

Tints of Deep Cerise #D62378

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.49%

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 57.99%
G = 9.49%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D62378 (or 0xD62378) is known color: Deep Cerise. HEX triplet: D6, 23 and 78. RGB value is (214,35,120). Sum of RGB (Red+Green+Blue) = 214+35+120=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D62378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62378 is #29DC87. Grayscale: #626262. Windows color (decimal): -2743432 or 7873494. OLE color: 7873494.

HSL color Cylindrical-coordinate representation of color #D62378: hue angle of 331.51º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62378 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 120 -
CMYK 0 0.84 0.44 0.16
HSL 331.51º 0.72% 0.49% -
HSV(B) 331.51º 0.84% 0.84% -
XYZ 31.72 16.85 19.35 -
YUV 98.21 140.3 210.59 -
System Red Green Blue C M Y K H S L
Decimal 214 35 120 0 0.84 0.44 0.16 331.51 0.72 0.49
Hex D6 23 78 0 54 2C 10 14C 48 31
Octal 326 43 170 0 124 54 20 514 110 61
Binary 11010110 100011 1111000 0 1010100 101100 10000 101001100 1001000 110001

Color Harmonies of #D62378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62378

Black with #D62378

Text Example


Text Example

White with #D62378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62378; }

 p { color: rgb(214,35,120); }

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

background-color css

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

 a { background-color: rgb(214,35,120); }

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

border-color css

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

 span { border-color: rgb(214,35,120); }

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