Html Css Color HEX #D23B5C Cerise

📋 copy color: '#D23B5C'

red 210 ◦ green 59 ◦ blue 92

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

Shades of Cerise #D23B5C

Tints of Cerise #D23B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

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

R = 58.17%
G = 16.34%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D23B5C (or 0xD23B5C) is known color: Cerise. HEX triplet: D2, 3B and 5C. RGB value is (210,59,92). Sum of RGB (Red+Green+Blue) = 210+59+92=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B5C is #2DC4A3. Grayscale: #6B6B6B. Windows color (decimal): -2999460 or 6044626. OLE color: 6044626.

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

Color convert

RGB 210 59 92 -
CMYK 0 0.72 0.56 0.18
HSL 346.89º 0.63% 0.53% -
HSV(B) 346.89º 0.72% 0.82% -
XYZ 30.07 17.6 11.94 -
YUV 107.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 210 59 92 0 0.72 0.56 0.18 346.89 0.63 0.53
Hex D2 3B 5C 0 48 38 12 15B 3F 35
Octal 322 73 134 0 110 70 22 533 77 65
Binary 11010010 111011 1011100 0 1001000 111000 10010 101011011 111111 110101

Color Harmonies of #D23B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23B5C

Black with #D23B5C

Text Example


Text Example

White with #D23B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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