Html Css Color HEX #D627AA Deep Cerise

📋 copy color: '#D627AA'

red 214 ◦ green 39 ◦ blue 170

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

Shades of Deep Cerise #D627AA

Tints of Deep Cerise #D627AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 50.59%
G = 9.22%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D627AA (or 0xD627AA) is known color: Deep Cerise. HEX triplet: D6, 27 and AA. RGB value is (214,39,170). Sum of RGB (Red+Green+Blue) = 214+39+170=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D627AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D627AA is #29D855. Grayscale: #696969. Windows color (decimal): -2742358 or 11151318. OLE color: 11151318.

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

Color convert

RGB 214 39 170 -
CMYK 0 0.82 0.21 0.16
HSL 315.09º 0.69% 0.5% -
HSV(B) 315.09º 0.82% 0.84% -
XYZ 35.71 18.65 39.75 -
YUV 106.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 214 39 170 0 0.82 0.21 0.16 315.09 0.69 0.5
Hex D6 27 AA 0 52 15 10 13B 45 32
Octal 326 47 252 0 122 25 20 473 105 62
Binary 11010110 100111 10101010 0 1010010 10101 10000 100111011 1000101 110010

Color Harmonies of #D627AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627AA

Black with #D627AA

Text Example


Text Example

White with #D627AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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