Html Css Color HEX #D23161 Cerise

📋 copy color: '#D23161'

red 210 ◦ green 49 ◦ blue 97

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

Shades of Cerise #D23161

Tints of Cerise #D23161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.76%

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

R = 58.99%
G = 13.76%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D23161 (or 0xD23161) is known color: Cerise. HEX triplet: D2, 31 and 61. RGB value is (210,49,97). Sum of RGB (Red+Green+Blue) = 210+49+97=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D23161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23161 is #2DCE9E. Grayscale: #666666. Windows color (decimal): -3002015 or 6369746. OLE color: 6369746.

HSL color Cylindrical-coordinate representation of color #D23161: hue angle of 342.11º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23161 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 97 -
CMYK 0 0.77 0.54 0.18
HSL 342.11º 0.64% 0.51% -
HSV(B) 342.11º 0.77% 0.82% -
XYZ 29.83 16.76 12.97 -
YUV 102.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 210 49 97 0 0.77 0.54 0.18 342.11 0.64 0.51
Hex D2 31 61 0 4D 36 12 156 40 33
Octal 322 61 141 0 115 66 22 526 100 63
Binary 11010010 110001 1100001 0 1001101 110110 10010 101010110 1000000 110011

Color Harmonies of #D23161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23161

Black with #D23161

Text Example


Text Example

White with #D23161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23161; }

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

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

background-color css

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

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

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

border-color css

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

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

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