Html Css Color HEX #D23461 Cerise

📋 copy color: '#D23461'

red 210 ◦ green 52 ◦ blue 97

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

Shades of Cerise #D23461

Tints of Cerise #D23461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.02%

R = 58.5%
G = 14.48%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D23461 (or 0xD23461) is known color: Cerise. HEX triplet: D2, 34 and 61. RGB value is (210,52,97). Sum of RGB (Red+Green+Blue) = 210+52+97=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D23461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23461 is #2DCB9E. Grayscale: #686868. Windows color (decimal): -3001247 or 6370514. OLE color: 6370514.

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

Color convert

RGB 210 52 97 -
CMYK 0 0.75 0.54 0.18
HSL 342.91º 0.64% 0.51% -
HSV(B) 342.91º 0.75% 0.82% -
XYZ 29.96 17.02 13.02 -
YUV 104.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 210 52 97 0 0.75 0.54 0.18 342.91 0.64 0.51
Hex D2 34 61 0 4B 36 12 157 40 33
Octal 322 64 141 0 113 66 22 527 100 63
Binary 11010010 110100 1100001 0 1001011 110110 10010 101010111 1000000 110011

Color Harmonies of #D23461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23461

Black with #D23461

Text Example


Text Example

White with #D23461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23461; }

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

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

background-color css

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

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

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

border-color css

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

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

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