Html Css Color HEX #D627A2 Deep Cerise

📋 copy color: '#D627A2'

red 214 ◦ green 39 ◦ blue 162

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

Shades of Deep Cerise #D627A2

Tints of Deep Cerise #D627A2

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.4%

 BLUE value IS 162 (63.67% from 255) = 39.04%

R = 51.57%
G = 9.4%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D627A2 (or 0xD627A2) is known color: Deep Cerise. HEX triplet: D6, 27 and A2. RGB value is (214,39,162). Sum of RGB (Red+Green+Blue) = 214+39+162=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D627A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D627A2 is #29D85D. Grayscale: #696969. Windows color (decimal): -2742366 or 10627030. OLE color: 10627030.

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

Color convert

RGB 214 39 162 -
CMYK 0 0.82 0.24 0.16
HSL 317.83º 0.69% 0.5% -
HSV(B) 317.83º 0.82% 0.84% -
XYZ 34.98 18.36 35.88 -
YUV 105.35 159.98 205.5 -
System Red Green Blue C M Y K H S L
Decimal 214 39 162 0 0.82 0.24 0.16 317.83 0.69 0.5
Hex D6 27 A2 0 52 18 10 13E 45 32
Octal 326 47 242 0 122 30 20 476 105 62
Binary 11010110 100111 10100010 0 1010010 11000 10000 100111110 1000101 110010

Color Harmonies of #D627A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627A2

Black with #D627A2

Text Example


Text Example

White with #D627A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627A2; }

 p { color: rgb(214,39,162); }

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

background-color css

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

 a { background-color: rgb(214,39,162); }

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

border-color css

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

 span { border-color: rgb(214,39,162); }

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