Html Css Color HEX #D7265B Cerise

📋 copy color: '#D7265B'

red 215 ◦ green 38 ◦ blue 91

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

Shades of Cerise #D7265B

Tints of Cerise #D7265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.45%

R = 62.5%
G = 11.05%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7265B (or 0xD7265B) is known color: Cerise. HEX triplet: D7, 26 and 5B. RGB value is (215,38,91). Sum of RGB (Red+Green+Blue) = 215+38+91=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7265B is #28D9A4. Grayscale: #606060. Windows color (decimal): -2677157 or 5973719. OLE color: 5973719.

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

Color convert

RGB 215 38 91 -
CMYK 0 0.82 0.58 0.16
HSL 342.03º 0.7% 0.5% -
HSV(B) 342.03º 0.82% 0.84% -
XYZ 30.61 16.59 11.49 -
YUV 96.97 124.64 212.19 -
System Red Green Blue C M Y K H S L
Decimal 215 38 91 0 0.82 0.58 0.16 342.03 0.7 0.5
Hex D7 26 5B 0 52 3A 10 156 46 32
Octal 327 46 133 0 122 72 20 526 106 62
Binary 11010111 100110 1011011 0 1010010 111010 10000 101010110 1000110 110010

Color Harmonies of #D7265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7265B

Black with #D7265B

Text Example


Text Example

White with #D7265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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