Html Css Color HEX #D7266F Cerise

📋 copy color: '#D7266F'

red 215 ◦ green 38 ◦ blue 111

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

Shades of Cerise #D7266F

Tints of Cerise #D7266F

RGB

 RED value IS 215 (84.38% from 255) = 59.07%

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 59.07%
G = 10.44%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7266F (or 0xD7266F) is known color: Cerise. HEX triplet: D7, 26 and 6F. RGB value is (215,38,111). Sum of RGB (Red+Green+Blue) = 215+38+111=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D7266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7266F is #28D990. Grayscale: #636363. Windows color (decimal): -2677137 or 7284439. OLE color: 7284439.

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

Color convert

RGB 215 38 111 -
CMYK 0 0.82 0.48 0.16
HSL 335.25º 0.7% 0.5% -
HSV(B) 335.25º 0.82% 0.84% -
XYZ 31.59 16.98 16.65 -
YUV 99.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 215 38 111 0 0.82 0.48 0.16 335.25 0.7 0.5
Hex D7 26 6F 0 52 30 10 14F 46 32
Octal 327 46 157 0 122 60 20 517 106 62
Binary 11010111 100110 1101111 0 1010010 110000 10000 101001111 1000110 110010

Color Harmonies of #D7266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7266F

Black with #D7266F

Text Example


Text Example

White with #D7266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7266F; }

 p { color: rgb(215,38,111); }

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

background-color css

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

 a { background-color: rgb(215,38,111); }

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

border-color css

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

 span { border-color: rgb(215,38,111); }

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