Html Css Color HEX #D238AA Deep Cerise

📋 copy color: '#D238AA'

red 210 ◦ green 56 ◦ blue 170

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

Shades of Deep Cerise #D238AA

Tints of Deep Cerise #D238AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.84%

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

R = 48.17%
G = 12.84%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D238AA (or 0xD238AA) is known color: Deep Cerise. HEX triplet: D2, 38 and AA. RGB value is (210,56,170). Sum of RGB (Red+Green+Blue) = 210+56+170=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 56 (22.27% from 255 or 12.84% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D238AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D238AA is #2DC755. Grayscale: #727272. Windows color (decimal): -3000150 or 11155666. OLE color: 11155666.

HSL color Cylindrical-coordinate representation of color #D238AA: hue angle of 315.58º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D238AA is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 56 170 -
CMYK 0 0.73 0.19 0.18
HSL 315.58º 0.63% 0.52% -
HSV(B) 315.58º 0.73% 0.82% -
XYZ 35.25 19.43 39.92 -
YUV 115.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 210 56 170 0 0.73 0.19 0.18 315.58 0.63 0.52
Hex D2 38 AA 0 49 13 12 13C 3F 34
Octal 322 70 252 0 111 23 22 474 77 64
Binary 11010010 111000 10101010 0 1001001 10011 10010 100111100 111111 110100

Color Harmonies of #D238AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238AA

Black with #D238AA

Text Example


Text Example

White with #D238AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238AA; }

 p { color: rgb(210,56,170); }

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

background-color css

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

 a { background-color: rgb(210,56,170); }

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

border-color css

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

 span { border-color: rgb(210,56,170); }

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