Html Css Color HEX #D84265 Cerise

📋 copy color: '#D84265'

red 216 ◦ green 66 ◦ blue 101

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

Shades of Cerise #D84265

Tints of Cerise #D84265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

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

R = 56.4%
G = 17.23%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D84265 (or 0xD84265) is known color: Cerise. HEX triplet: D8, 42 and 65. RGB value is (216,66,101). Sum of RGB (Red+Green+Blue) = 216+66+101=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D84265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84265 is #27BD9A. Grayscale: #727272. Windows color (decimal): -2604443 or 6636248. OLE color: 6636248.

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

Color convert

RGB 216 66 101 -
CMYK 0 0.69 0.53 0.15
HSL 346º 0.66% 0.55% -
HSV(B) 346º 0.69% 0.85% -
XYZ 32.62 19.43 14.34 -
YUV 114.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 216 66 101 0 0.69 0.53 0.15 346 0.66 0.55
Hex D8 42 65 0 45 35 F 15A 42 37
Octal 330 102 145 0 105 65 17 532 102 67
Binary 11011000 1000010 1100101 0 1000101 110101 1111 101011010 1000010 110111

Color Harmonies of #D84265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84265

Black with #D84265

Text Example


Text Example

White with #D84265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84265; }

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

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

background-color css

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

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

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

border-color css

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

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

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