Html Css Color HEX #D7265C Cerise

📋 copy color: '#D7265C'

red 215 ◦ green 38 ◦ blue 92

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

Shades of Cerise #D7265C

Tints of Cerise #D7265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 62.32%
G = 11.01%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7265C (or 0xD7265C) is known color: Cerise. HEX triplet: D7, 26 and 5C. RGB value is (215,38,92). Sum of RGB (Red+Green+Blue) = 215+38+92=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7265C is #28D9A3. Grayscale: #616161. Windows color (decimal): -2677156 or 6039255. OLE color: 6039255.

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

Color convert

RGB 215 38 92 -
CMYK 0 0.82 0.57 0.16
HSL 341.69º 0.7% 0.5% -
HSV(B) 341.69º 0.82% 0.84% -
XYZ 30.65 16.61 11.72 -
YUV 97.08 125.14 212.11 -
System Red Green Blue C M Y K H S L
Decimal 215 38 92 0 0.82 0.57 0.16 341.69 0.7 0.5
Hex D7 26 5C 0 52 39 10 156 46 32
Octal 327 46 134 0 122 71 20 526 106 62
Binary 11010111 100110 1011100 0 1010010 111001 10000 101010110 1000110 110010

Color Harmonies of #D7265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7265C

Black with #D7265C

Text Example


Text Example

White with #D7265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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