Html Css Color HEX #D9368A Deep Cerise

📋 copy color: '#D9368A'

red 217 ◦ green 54 ◦ blue 138

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

Shades of Deep Cerise #D9368A

Tints of Deep Cerise #D9368A

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 53.06%
G = 13.2%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9368A (or 0xD9368A) is known color: Deep Cerise. HEX triplet: D9, 36 and 8A. RGB value is (217,54,138). Sum of RGB (Red+Green+Blue) = 217+54+138=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9368A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9368A is #26C975. Grayscale: #707070. Windows color (decimal): -2541942 or 9058009. OLE color: 9058009.

HSL color Cylindrical-coordinate representation of color #D9368A: hue angle of 329.08º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9368A is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 54 138 -
CMYK 0 0.75 0.36 0.15
HSL 329.08º 0.68% 0.53% -
HSV(B) 329.08º 0.75% 0.85% -
XYZ 34.52 19.23 25.94 -
YUV 112.31 142.5 202.67 -
System Red Green Blue C M Y K H S L
Decimal 217 54 138 0 0.75 0.36 0.15 329.08 0.68 0.53
Hex D9 36 8A 0 4B 24 F 149 44 35
Octal 331 66 212 0 113 44 17 511 104 65
Binary 11011001 110110 10001010 0 1001011 100100 1111 101001001 1000100 110101

Color Harmonies of #D9368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9368A

Black with #D9368A

Text Example


Text Example

White with #D9368A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9368A; }

 p { color: rgb(217,54,138); }

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

background-color css

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

 a { background-color: rgb(217,54,138); }

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

border-color css

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

 span { border-color: rgb(217,54,138); }

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