Html Css Color HEX #D23268 Cerise

📋 copy color: '#D23268'

red 210 ◦ green 50 ◦ blue 104

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

Shades of Cerise #D23268

Tints of Cerise #D23268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 57.69%
G = 13.74%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D23268 (or 0xD23268) is known color: Cerise. HEX triplet: D2, 32 and 68. RGB value is (210,50,104). Sum of RGB (Red+Green+Blue) = 210+50+104=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D23268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23268 is #2DCD97. Grayscale: #676767. Windows color (decimal): -3001752 or 6828754. OLE color: 6828754.

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

Color convert

RGB 210 50 104 -
CMYK 0 0.76 0.50 0.18
HSL 339.75º 0.64% 0.51% -
HSV(B) 339.75º 0.76% 0.82% -
XYZ 30.22 16.98 14.78 -
YUV 104 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 210 50 104 0 0.76 0.50 0.18 339.75 0.64 0.51
Hex D2 32 68 0 4C 32 12 154 40 33
Octal 322 62 150 0 114 62 22 524 100 63
Binary 11010010 110010 1101000 0 1001100 110010 10010 101010100 1000000 110011

Color Harmonies of #D23268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23268

Black with #D23268

Text Example


Text Example

White with #D23268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23268; }

 p { color: rgb(210,50,104); }

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

background-color css

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

 a { background-color: rgb(210,50,104); }

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

border-color css

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

 span { border-color: rgb(210,50,104); }

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