Html Css Color HEX #D23460 Cerise

📋 copy color: '#D23460'

red 210 ◦ green 52 ◦ blue 96

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

Shades of Cerise #D23460

Tints of Cerise #D23460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 58.66%
G = 14.53%
B = 26.82%

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

#D23460 (or 0xD23460) is known color: Cerise. HEX triplet: D2, 34 and 60. RGB value is (210,52,96). Sum of RGB (Red+Green+Blue) = 210+52+96=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D23460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23460 is #2DCB9F. Grayscale: #686868. Windows color (decimal): -3001248 or 6304978. OLE color: 6304978.

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

Color convert

RGB 210 52 96 -
CMYK 0 0.75 0.54 0.18
HSL 343.29º 0.64% 0.51% -
HSV(B) 343.29º 0.75% 0.82% -
XYZ 29.92 17 12.77 -
YUV 104.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 210 52 96 0 0.75 0.54 0.18 343.29 0.64 0.51
Hex D2 34 60 0 4B 36 12 157 40 33
Octal 322 64 140 0 113 66 22 527 100 63
Binary 11010010 110100 1100000 0 1001011 110110 10010 101010111 1000000 110011

Color Harmonies of #D23460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23460

Black with #D23460

Text Example


Text Example

White with #D23460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23460; }

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

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

background-color css

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

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

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

border-color css

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

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

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