Html Css Color HEX #D03A75 Deep Cerise

📋 copy color: '#D03A75'

red 208 ◦ green 58 ◦ blue 117

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

Shades of Deep Cerise #D03A75

Tints of Deep Cerise #D03A75

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.14%

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 54.31%
G = 15.14%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03A75 (or 0xD03A75) is known color: Deep Cerise. HEX triplet: D0, 3A and 75. RGB value is (208,58,117). Sum of RGB (Red+Green+Blue) = 208+58+117=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A75 is #2FC58A. Grayscale: #6D6D6D. Windows color (decimal): -3130763 or 7682768. OLE color: 7682768.

HSL color Cylindrical-coordinate representation of color #D03A75: hue angle of 336.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D03A75 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 58 117 -
CMYK 0 0.72 0.44 0.18
HSL 336.4º 0.61% 0.52% -
HSV(B) 336.4º 0.72% 0.82% -
XYZ 30.74 17.72 18.63 -
YUV 109.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 208 58 117 0 0.72 0.44 0.18 336.4 0.61 0.52
Hex D0 3A 75 0 48 2C 12 150 3D 34
Octal 320 72 165 0 110 54 22 520 75 64
Binary 11010000 111010 1110101 0 1001000 101100 10010 101010000 111101 110100

Color Harmonies of #D03A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A75

Black with #D03A75

Text Example


Text Example

White with #D03A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A75; }

 p { color: rgb(208,58,117); }

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

background-color css

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

 a { background-color: rgb(208,58,117); }

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

border-color css

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

 span { border-color: rgb(208,58,117); }

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