Html Css Color HEX #D9265F Cerise

📋 copy color: '#D9265F'

red 217 ◦ green 38 ◦ blue 95

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

Shades of Cerise #D9265F

Tints of Cerise #D9265F

RGB

 RED value IS 217 (85.16% from 255) = 62%

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

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

R = 62%
G = 10.86%
B = 27.14%

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

#D9265F (or 0xD9265F) is known color: Cerise. HEX triplet: D9, 26 and 5F. RGB value is (217,38,95). Sum of RGB (Red+Green+Blue) = 217+38+95=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9265F is #26D9A0. Grayscale: #616161. Windows color (decimal): -2546081 or 6235865. OLE color: 6235865.

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

Color convert

RGB 217 38 95 -
CMYK 0 0.82 0.56 0.15
HSL 340.89º 0.7% 0.5% -
HSV(B) 340.89º 0.82% 0.85% -
XYZ 31.37 16.96 12.45 -
YUV 98.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 217 38 95 0 0.82 0.56 0.15 340.89 0.7 0.5
Hex D9 26 5F 0 52 38 F 155 46 32
Octal 331 46 137 0 122 70 17 525 106 62
Binary 11011001 100110 1011111 0 1010010 111000 1111 101010101 1000110 110010

Color Harmonies of #D9265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9265F

Black with #D9265F

Text Example


Text Example

White with #D9265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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