Html Css Color HEX #D02693 Deep Cerise

📋 copy color: '#D02693'

red 208 ◦ green 38 ◦ blue 147

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

Shades of Deep Cerise #D02693

Tints of Deep Cerise #D02693

RGB

 RED value IS 208 (81.64% from 255) = 52.93%

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

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

R = 52.93%
G = 9.67%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D02693 (or 0xD02693) is known color: Deep Cerise. HEX triplet: D0, 26 and 93. RGB value is (208,38,147). Sum of RGB (Red+Green+Blue) = 208+38+147=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D02693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02693 is #2FD96C. Grayscale: #646464. Windows color (decimal): -3135853 or 9643728. OLE color: 9643728.

HSL color Cylindrical-coordinate representation of color #D02693: hue angle of 321.53º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02693 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 147 -
CMYK 0 0.82 0.29 0.18
HSL 321.53º 0.69% 0.48% -
HSV(B) 321.53º 0.82% 0.82% -
XYZ 31.97 16.9 29.18 -
YUV 101.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 208 38 147 0 0.82 0.29 0.18 321.53 0.69 0.48
Hex D0 26 93 0 52 1D 12 142 45 30
Octal 320 46 223 0 122 35 22 502 105 60
Binary 11010000 100110 10010011 0 1010010 11101 10010 101000010 1000101 110000

Color Harmonies of #D02693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02693

Black with #D02693

Text Example


Text Example

White with #D02693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02693; }

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

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

background-color css

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

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

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

border-color css

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

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

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