Html Css Color HEX #D23065 Cerise

📋 copy color: '#D23065'

red 210 ◦ green 48 ◦ blue 101

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

Shades of Cerise #D23065

Tints of Cerise #D23065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.37%

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 58.5%
G = 13.37%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D23065 (or 0xD23065) is known color: Cerise. HEX triplet: D2, 30 and 65. RGB value is (210,48,101). Sum of RGB (Red+Green+Blue) = 210+48+101=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D23065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23065 is #2DCF9A. Grayscale: #666666. Windows color (decimal): -3002267 or 6631634. OLE color: 6631634.

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

Color convert

RGB 210 48 101 -
CMYK 0 0.77 0.52 0.18
HSL 340.37º 0.64% 0.51% -
HSV(B) 340.37º 0.77% 0.82% -
XYZ 29.98 16.76 13.97 -
YUV 102.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 210 48 101 0 0.77 0.52 0.18 340.37 0.64 0.51
Hex D2 30 65 0 4D 34 12 154 40 33
Octal 322 60 145 0 115 64 22 524 100 63
Binary 11010010 110000 1100101 0 1001101 110100 10010 101010100 1000000 110011

Color Harmonies of #D23065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23065

Black with #D23065

Text Example


Text Example

White with #D23065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23065; }

 p { color: rgb(210,48,101); }

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

background-color css

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

 a { background-color: rgb(210,48,101); }

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

border-color css

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

 span { border-color: rgb(210,48,101); }

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