Html Css Color HEX #D23B5B Cerise

📋 copy color: '#D23B5B'

red 210 ◦ green 59 ◦ blue 91

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

Shades of Cerise #D23B5B

Tints of Cerise #D23B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 58.33%
G = 16.39%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D23B5B (or 0xD23B5B) is known color: Cerise. HEX triplet: D2, 3B and 5B. RGB value is (210,59,91). Sum of RGB (Red+Green+Blue) = 210+59+91=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B5B is #2DC4A4. Grayscale: #6B6B6B. Windows color (decimal): -2999461 or 5979090. OLE color: 5979090.

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

Color convert

RGB 210 59 91 -
CMYK 0 0.72 0.57 0.18
HSL 347.28º 0.63% 0.53% -
HSV(B) 347.28º 0.72% 0.82% -
XYZ 30.03 17.58 11.71 -
YUV 107.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 210 59 91 0 0.72 0.57 0.18 347.28 0.63 0.53
Hex D2 3B 5B 0 48 39 12 15B 3F 35
Octal 322 73 133 0 110 71 22 533 77 65
Binary 11010010 111011 1011011 0 1001000 111001 10010 101011011 111111 110101

Color Harmonies of #D23B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23B5B

Black with #D23B5B

Text Example


Text Example

White with #D23B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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