Html Css Color HEX #D62381 Deep Cerise

📋 copy color: '#D62381'

red 214 ◦ green 35 ◦ blue 129

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

Shades of Deep Cerise #D62381

Tints of Deep Cerise #D62381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 56.61%
G = 9.26%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D62381 (or 0xD62381) is known color: Deep Cerise. HEX triplet: D6, 23 and 81. RGB value is (214,35,129). Sum of RGB (Red+Green+Blue) = 214+35+129=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D62381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62381 is #29DC7E. Grayscale: #636363. Windows color (decimal): -2743423 or 8463318. OLE color: 8463318.

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

Color convert

RGB 214 35 129 -
CMYK 0 0.84 0.40 0.16
HSL 328.49º 0.72% 0.49% -
HSV(B) 328.49º 0.84% 0.84% -
XYZ 32.3 17.08 22.36 -
YUV 99.24 144.8 209.86 -
System Red Green Blue C M Y K H S L
Decimal 214 35 129 0 0.84 0.40 0.16 328.49 0.72 0.49
Hex D6 23 81 0 54 28 10 148 48 31
Octal 326 43 201 0 124 50 20 510 110 61
Binary 11010110 100011 10000001 0 1010100 101000 10000 101001000 1001000 110001

Color Harmonies of #D62381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62381

Black with #D62381

Text Example


Text Example

White with #D62381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62381; }

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

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

background-color css

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

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

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

border-color css

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

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

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