Html Css Color HEX #D62881 Deep Cerise

📋 copy color: '#D62881'

red 214 ◦ green 40 ◦ blue 129

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

Shades of Deep Cerise #D62881

Tints of Deep Cerise #D62881

RGB

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

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

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

R = 55.87%
G = 10.44%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D62881 (or 0xD62881) is known color: Deep Cerise. HEX triplet: D6, 28 and 81. RGB value is (214,40,129). Sum of RGB (Red+Green+Blue) = 214+40+129=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D62881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62881 is #29D77E. Grayscale: #656565. Windows color (decimal): -2742143 or 8464598. OLE color: 8464598.

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

Color convert

RGB 214 40 129 -
CMYK 0 0.81 0.40 0.16
HSL 329.31º 0.69% 0.5% -
HSV(B) 329.31º 0.81% 0.84% -
XYZ 32.45 17.4 22.42 -
YUV 102.17 143.15 207.76 -
System Red Green Blue C M Y K H S L
Decimal 214 40 129 0 0.81 0.40 0.16 329.31 0.69 0.5
Hex D6 28 81 0 51 28 10 149 45 32
Octal 326 50 201 0 121 50 20 511 105 62
Binary 11010110 101000 10000001 0 1010001 101000 10000 101001001 1000101 110010

Color Harmonies of #D62881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62881

Black with #D62881

Text Example


Text Example

White with #D62881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62881; }

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

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

background-color css

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

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

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

border-color css

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

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

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