Html Css Color HEX #D7365A Cerise

📋 copy color: '#D7365A'

red 215 ◦ green 54 ◦ blue 90

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

Shades of Cerise #D7365A

Tints of Cerise #D7365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 59.89%
G = 15.04%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7365A (or 0xD7365A) is known color: Cerise. HEX triplet: D7, 36 and 5A. RGB value is (215,54,90). Sum of RGB (Red+Green+Blue) = 215+54+90=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D7365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7365A is #28C9A5. Grayscale: #6A6A6A. Windows color (decimal): -2673062 or 5912279. OLE color: 5912279.

HSL color Cylindrical-coordinate representation of color #D7365A: hue angle of 346.58º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7365A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 54 90 -
CMYK 0 0.75 0.58 0.16
HSL 346.58º 0.67% 0.53% -
HSV(B) 346.58º 0.75% 0.84% -
XYZ 31.19 17.82 11.47 -
YUV 106.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 215 54 90 0 0.75 0.58 0.16 346.58 0.67 0.53
Hex D7 36 5A 0 4B 3A 10 15B 43 35
Octal 327 66 132 0 113 72 20 533 103 65
Binary 11010111 110110 1011010 0 1001011 111010 10000 101011011 1000011 110101

Color Harmonies of #D7365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7365A

Black with #D7365A

Text Example


Text Example

White with #D7365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7365A; }

 p { color: rgb(215,54,90); }

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

background-color css

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

 a { background-color: rgb(215,54,90); }

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

border-color css

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

 span { border-color: rgb(215,54,90); }

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