Html Css Color HEX #D234AB Deep Cerise

📋 copy color: '#D234AB'

red 210 ◦ green 52 ◦ blue 171

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

Shades of Deep Cerise #D234AB

Tints of Deep Cerise #D234AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.01%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 48.5%
G = 12.01%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D234AB (or 0xD234AB) is known color: Deep Cerise. HEX triplet: D2, 34 and AB. RGB value is (210,52,171). Sum of RGB (Red+Green+Blue) = 210+52+171=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D234AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D234AB is #2DCB54. Grayscale: #707070. Windows color (decimal): -3001173 or 11220178. OLE color: 11220178.

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

Color convert

RGB 210 52 171 -
CMYK 0 0.75 0.19 0.18
HSL 314.81º 0.64% 0.51% -
HSV(B) 314.81º 0.75% 0.82% -
XYZ 35.16 19.1 40.36 -
YUV 112.81 160.85 197.32 -
System Red Green Blue C M Y K H S L
Decimal 210 52 171 0 0.75 0.19 0.18 314.81 0.64 0.51
Hex D2 34 AB 0 4B 13 12 13B 40 33
Octal 322 64 253 0 113 23 22 473 100 63
Binary 11010010 110100 10101011 0 1001011 10011 10010 100111011 1000000 110011

Color Harmonies of #D234AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D234AB

Black with #D234AB

Text Example


Text Example

White with #D234AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D234AB; }

 p { color: rgb(210,52,171); }

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

background-color css

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

 a { background-color: rgb(210,52,171); }

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

border-color css

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

 span { border-color: rgb(210,52,171); }

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