Html Css Color HEX #D92693 Deep Cerise

📋 copy color: '#D92693'

red 217 ◦ green 38 ◦ blue 147

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

Shades of Deep Cerise #D92693

Tints of Deep Cerise #D92693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 53.98%
G = 9.45%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D92693 (or 0xD92693) is known color: Deep Cerise. HEX triplet: D9, 26 and 93. RGB value is (217,38,147). Sum of RGB (Red+Green+Blue) = 217+38+147=402 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.98% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 217 - color contains mainly: red. Hex color #D92693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92693 is #26D96C. Grayscale: #676767. Windows color (decimal): -2546029 or 9643737. OLE color: 9643737.

HSL color Cylindrical-coordinate representation of color #D92693: hue angle of 323.46º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92693 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 38 147 -
CMYK 0 0.82 0.32 0.15
HSL 323.46º 0.7% 0.5% -
HSV(B) 323.46º 0.82% 0.85% -
XYZ 34.57 18.24 29.3 -
YUV 103.95 152.3 208.64 -
System Red Green Blue C M Y K H S L
Decimal 217 38 147 0 0.82 0.32 0.15 323.46 0.7 0.5
Hex D9 26 93 0 52 20 F 143 46 32
Octal 331 46 223 0 122 40 17 503 106 62
Binary 11011001 100110 10010011 0 1010010 100000 1111 101000011 1000110 110010

Color Harmonies of #D92693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92693

Black with #D92693

Text Example


Text Example

White with #D92693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92693; }

 p { color: rgb(217,38,147); }

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

background-color css

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

 a { background-color: rgb(217,38,147); }

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

border-color css

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

 span { border-color: rgb(217,38,147); }

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