Html Css Color HEX #D8265F Cerise

📋 copy color: '#D8265F'

red 216 ◦ green 38 ◦ blue 95

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

Shades of Cerise #D8265F

Tints of Cerise #D8265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.89%

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 61.89%
G = 10.89%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8265F (or 0xD8265F) is known color: Cerise. HEX triplet: D8, 26 and 5F. RGB value is (216,38,95). Sum of RGB (Red+Green+Blue) = 216+38+95=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8265F is #27D9A0. Grayscale: #616161. Windows color (decimal): -2611617 or 6235864. OLE color: 6235864.

HSL color Cylindrical-coordinate representation of color #D8265F: hue angle of 340.79º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8265F is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 38 95 -
CMYK 0 0.82 0.56 0.15
HSL 340.79º 0.7% 0.5% -
HSV(B) 340.79º 0.82% 0.85% -
XYZ 31.08 16.81 12.43 -
YUV 97.72 126.47 212.37 -
System Red Green Blue C M Y K H S L
Decimal 216 38 95 0 0.82 0.56 0.15 340.79 0.7 0.5
Hex D8 26 5F 0 52 38 F 155 46 32
Octal 330 46 137 0 122 70 17 525 106 62
Binary 11011000 100110 1011111 0 1010010 111000 1111 101010101 1000110 110010

Color Harmonies of #D8265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8265F

Black with #D8265F

Text Example


Text Example

White with #D8265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8265F; }

 p { color: rgb(216,38,95); }

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

background-color css

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

 a { background-color: rgb(216,38,95); }

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

border-color css

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

 span { border-color: rgb(216,38,95); }

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