Html Css Color HEX #D83265 Cerise

📋 copy color: '#D83265'

red 216 ◦ green 50 ◦ blue 101

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

Shades of Cerise #D83265

Tints of Cerise #D83265

RGB

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

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

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

R = 58.86%
G = 13.62%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D83265 (or 0xD83265) is known color: Cerise. HEX triplet: D8, 32 and 65. RGB value is (216,50,101). Sum of RGB (Red+Green+Blue) = 216+50+101=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D83265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83265 is #27CD9A. Grayscale: #696969. Windows color (decimal): -2608539 or 6632152. OLE color: 6632152.

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

Color convert

RGB 216 50 101 -
CMYK 0 0.77 0.53 0.15
HSL 341.57º 0.68% 0.52% -
HSV(B) 341.57º 0.77% 0.85% -
XYZ 31.81 17.82 14.07 -
YUV 105.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 216 50 101 0 0.77 0.53 0.15 341.57 0.68 0.52
Hex D8 32 65 0 4D 35 F 156 44 34
Octal 330 62 145 0 115 65 17 526 104 64
Binary 11011000 110010 1100101 0 1001101 110101 1111 101010110 1000100 110100

Color Harmonies of #D83265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83265

Black with #D83265

Text Example


Text Example

White with #D83265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83265; }

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

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

background-color css

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

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

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

border-color css

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

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

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