Html Css Color HEX #D7369F Deep Cerise

📋 copy color: '#D7369F'

red 215 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #D7369F

Tints of Deep Cerise #D7369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 50.23%
G = 12.62%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D7369F (or 0xD7369F) is known color: Deep Cerise. HEX triplet: D7, 36 and 9F. RGB value is (215,54,159). Sum of RGB (Red+Green+Blue) = 215+54+159=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D7369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7369F is #28C960. Grayscale: #717171. Windows color (decimal): -2672993 or 10434263. OLE color: 10434263.

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

Color convert

RGB 215 54 159 -
CMYK 0 0.75 0.26 0.16
HSL 320.87º 0.67% 0.53% -
HSV(B) 320.87º 0.75% 0.84% -
XYZ 35.6 19.59 34.71 -
YUV 114.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 215 54 159 0 0.75 0.26 0.16 320.87 0.67 0.53
Hex D7 36 9F 0 4B 1A 10 141 43 35
Octal 327 66 237 0 113 32 20 501 103 65
Binary 11010111 110110 10011111 0 1001011 11010 10000 101000001 1000011 110101

Color Harmonies of #D7369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7369F

Black with #D7369F

Text Example


Text Example

White with #D7369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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