Html Css Color HEX #D0367D Deep Cerise

📋 copy color: '#D0367D'

red 208 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #D0367D

Tints of Deep Cerise #D0367D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 53.75%
G = 13.95%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0367D (or 0xD0367D) is known color: Deep Cerise. HEX triplet: D0, 36 and 7D. RGB value is (208,54,125). Sum of RGB (Red+Green+Blue) = 208+54+125=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0367D is #2FC982. Grayscale: #6C6C6C. Windows color (decimal): -3131779 or 8206032. OLE color: 8206032.

HSL color Cylindrical-coordinate representation of color #D0367D: hue angle of 332.34º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0367D is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 125 -
CMYK 0 0.74 0.40 0.18
HSL 332.34º 0.62% 0.51% -
HSV(B) 332.34º 0.74% 0.82% -
XYZ 31.03 17.53 21.15 -
YUV 108.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 208 54 125 0 0.74 0.40 0.18 332.34 0.62 0.51
Hex D0 36 7D 0 4A 28 12 14C 3E 33
Octal 320 66 175 0 112 50 22 514 76 63
Binary 11010000 110110 1111101 0 1001010 101000 10010 101001100 111110 110011

Color Harmonies of #D0367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0367D

Black with #D0367D

Text Example


Text Example

White with #D0367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0367D; }

 p { color: rgb(208,54,125); }

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

background-color css

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

 a { background-color: rgb(208,54,125); }

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

border-color css

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

 span { border-color: rgb(208,54,125); }

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