Html Css Color HEX #D7266B Cerise

📋 copy color: '#D7266B'

red 215 ◦ green 38 ◦ blue 107

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

Shades of Cerise #D7266B

Tints of Cerise #D7266B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.72%

R = 59.72%
G = 10.56%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7266B (or 0xD7266B) is known color: Cerise. HEX triplet: D7, 26 and 6B. RGB value is (215,38,107). Sum of RGB (Red+Green+Blue) = 215+38+107=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D7266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7266B is #28D994. Grayscale: #626262. Windows color (decimal): -2677141 or 7022295. OLE color: 7022295.

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

Color convert

RGB 215 38 107 -
CMYK 0 0.82 0.50 0.16
HSL 336.61º 0.7% 0.5% -
HSV(B) 336.61º 0.82% 0.84% -
XYZ 31.37 16.89 15.52 -
YUV 98.79 132.64 210.89 -
System Red Green Blue C M Y K H S L
Decimal 215 38 107 0 0.82 0.50 0.16 336.61 0.7 0.5
Hex D7 26 6B 0 52 32 10 151 46 32
Octal 327 46 153 0 122 62 20 521 106 62
Binary 11010111 100110 1101011 0 1010010 110010 10000 101010001 1000110 110010

Color Harmonies of #D7266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7266B

Black with #D7266B

Text Example


Text Example

White with #D7266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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