Html Css Color HEX #D9415F Cerise

📋 copy color: '#D9415F'

red 217 ◦ green 65 ◦ blue 95

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

Shades of Cerise #D9415F

Tints of Cerise #D9415F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

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

R = 57.56%
G = 17.24%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9415F (or 0xD9415F) is known color: Cerise. HEX triplet: D9, 41 and 5F. RGB value is (217,65,95). Sum of RGB (Red+Green+Blue) = 217+65+95=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9415F is #26BEA0. Grayscale: #717171. Windows color (decimal): -2539169 or 6242777. OLE color: 6242777.

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

Color convert

RGB 217 65 95 -
CMYK 0 0.70 0.56 0.15
HSL 348.16º 0.67% 0.55% -
HSV(B) 348.16º 0.7% 0.85% -
XYZ 32.57 19.36 12.85 -
YUV 113.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 217 65 95 0 0.70 0.56 0.15 348.16 0.67 0.55
Hex D9 41 5F 0 46 38 F 15C 43 37
Octal 331 101 137 0 106 70 17 534 103 67
Binary 11011001 1000001 1011111 0 1000110 111000 1111 101011100 1000011 110111

Color Harmonies of #D9415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9415F

Black with #D9415F

Text Example


Text Example

White with #D9415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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