Html Css Color HEX #D234AC Deep Cerise

📋 copy color: '#D234AC'

red 210 ◦ green 52 ◦ blue 172

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

Shades of Deep Cerise #D234AC

Tints of Deep Cerise #D234AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 48.39%
G = 11.98%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D234AC (or 0xD234AC) is known color: Deep Cerise. HEX triplet: D2, 34 and AC. RGB value is (210,52,172). Sum of RGB (Red+Green+Blue) = 210+52+172=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D234AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D234AC is #2DCB53. Grayscale: #707070. Windows color (decimal): -3001172 or 11285714. OLE color: 11285714.

HSL color Cylindrical-coordinate representation of color #D234AC: hue angle of 314.43º 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 #D234AC is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 172 -
CMYK 0 0.75 0.18 0.18
HSL 314.43º 0.64% 0.51% -
HSV(B) 314.43º 0.75% 0.82% -
XYZ 35.25 19.14 40.87 -
YUV 112.92 161.35 197.24 -
System Red Green Blue C M Y K H S L
Decimal 210 52 172 0 0.75 0.18 0.18 314.43 0.64 0.51
Hex D2 34 AC 0 4B 12 12 13A 40 33
Octal 322 64 254 0 113 22 22 472 100 63
Binary 11010010 110100 10101100 0 1001011 10010 10010 100111010 1000000 110011

Color Harmonies of #D234AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D234AC

Black with #D234AC

Text Example


Text Example

White with #D234AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D234AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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