Html Css Color HEX #D23C5C Cerise

📋 copy color: '#D23C5C'

red 210 ◦ green 60 ◦ blue 92

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

Shades of Cerise #D23C5C

Tints of Cerise #D23C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 58.01%
G = 16.57%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D23C5C (or 0xD23C5C) is known color: Cerise. HEX triplet: D2, 3C and 5C. RGB value is (210,60,92). Sum of RGB (Red+Green+Blue) = 210+60+92=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C5C is #2DC3A3. Grayscale: #6C6C6C. Windows color (decimal): -2999204 or 6044882. OLE color: 6044882.

HSL color Cylindrical-coordinate representation of color #D23C5C: hue angle of 347.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C5C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 60 92 -
CMYK 0 0.71 0.56 0.18
HSL 347.2º 0.63% 0.53% -
HSV(B) 347.2º 0.71% 0.82% -
XYZ 30.13 17.71 11.96 -
YUV 108.5 118.7 200.4 -
System Red Green Blue C M Y K H S L
Decimal 210 60 92 0 0.71 0.56 0.18 347.2 0.63 0.53
Hex D2 3C 5C 0 47 38 12 15B 3E 35
Octal 322 74 134 0 107 70 22 533 76 65
Binary 11010010 111100 1011100 0 1000111 111000 10010 101011011 111110 110101

Color Harmonies of #D23C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23C5C

Black with #D23C5C

Text Example


Text Example

White with #D23C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23C5C; }

 p { color: rgb(210,60,92); }

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

background-color css

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

 a { background-color: rgb(210,60,92); }

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

border-color css

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

 span { border-color: rgb(210,60,92); }

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