Html Css Color HEX #D226A8 Deep Cerise

📋 copy color: '#D226A8'

red 210 ◦ green 38 ◦ blue 168

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

Shades of Deep Cerise #D226A8

Tints of Deep Cerise #D226A8

RGB

 RED value IS 210 (82.42% from 255) = 50.48%

 GREEN value IS 38 (15.23% from 255) = 9.13%

 BLUE value IS 168 (66.02% from 255) = 40.38%

R = 50.48%
G = 9.13%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#D226A8 (or 0xD226A8) is known color: Deep Cerise. HEX triplet: D2, 26 and A8. RGB value is (210,38,168). Sum of RGB (Red+Green+Blue) = 210+38+168=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D226A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D226A8 is #2DD957. Grayscale: #676767. Windows color (decimal): -3004760 or 11019986. OLE color: 11019986.

HSL color Cylindrical-coordinate representation of color #D226A8: hue angle of 314.65º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D226A8 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 38 168 -
CMYK 0 0.82 0.2 0.18
HSL 314.65º 0.69% 0.49% -
HSV(B) 314.65º 0.82% 0.82% -
XYZ 34.34 17.92 38.69 -
YUV 104.25 163.98 203.43 -
System Red Green Blue C M Y K H S L
Decimal 210 38 168 0 0.82 0.2 0.18 314.65 0.69 0.49
Hex D2 26 A8 0 52 14 12 13B 45 31
Octal 322 46 250 0 122 24 22 473 105 61
Binary 11010010 100110 10101000 0 1010010 10100 10010 100111011 1000101 110001

Color Harmonies of #D226A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D226A8

Black with #D226A8

Text Example


Text Example

White with #D226A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D226A8; }

 p { color: rgb(210,38,168); }

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

background-color css

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

 a { background-color: rgb(210,38,168); }

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

border-color css

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

 span { border-color: rgb(210,38,168); }

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