Html Css Color HEX #D83262 Cerise

📋 copy color: '#D83262'

red 216 ◦ green 50 ◦ blue 98

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

Shades of Cerise #D83262

Tints of Cerise #D83262

RGB

 RED value IS 216 (84.77% from 255) = 59.34%

 GREEN value IS 50 (19.92% from 255) = 13.74%

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 59.34%
G = 13.74%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D83262 (or 0xD83262) is known color: Cerise. HEX triplet: D8, 32 and 62. RGB value is (216,50,98). Sum of RGB (Red+Green+Blue) = 216+50+98=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D83262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83262 is #27CD9D. Grayscale: #696969. Windows color (decimal): -2608542 or 6435544. OLE color: 6435544.

HSL color Cylindrical-coordinate representation of color #D83262: hue angle of 342.65º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83262 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 50 98 -
CMYK 0 0.77 0.55 0.15
HSL 342.65º 0.68% 0.52% -
HSV(B) 342.65º 0.77% 0.85% -
XYZ 31.66 17.76 13.31 -
YUV 105.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 216 50 98 0 0.77 0.55 0.15 342.65 0.68 0.52
Hex D8 32 62 0 4D 37 F 157 44 34
Octal 330 62 142 0 115 67 17 527 104 64
Binary 11011000 110010 1100010 0 1001101 110111 1111 101010111 1000100 110100

Color Harmonies of #D83262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83262

Black with #D83262

Text Example


Text Example

White with #D83262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83262; }

 p { color: rgb(216,50,98); }

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

background-color css

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

 a { background-color: rgb(216,50,98); }

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

border-color css

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

 span { border-color: rgb(216,50,98); }

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