Html Css Color HEX #D0369F Deep Cerise

📋 copy color: '#D0369F'

red 208 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #D0369F

Tints of Deep Cerise #D0369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 49.41%
G = 12.83%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0369F (or 0xD0369F) is known color: Deep Cerise. HEX triplet: D0, 36 and 9F. RGB value is (208,54,159). Sum of RGB (Red+Green+Blue) = 208+54+159=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0369F is #2FC960. Grayscale: #6F6F6F. Windows color (decimal): -3131745 or 10434256. OLE color: 10434256.

HSL color Cylindrical-coordinate representation of color #D0369F: hue angle of 319.09º 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 #D0369F is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 54 159 -
CMYK 0 0.74 0.24 0.18
HSL 319.09º 0.62% 0.51% -
HSV(B) 319.09º 0.74% 0.82% -
XYZ 33.59 18.55 34.61 -
YUV 112.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 208 54 159 0 0.74 0.24 0.18 319.09 0.62 0.51
Hex D0 36 9F 0 4A 18 12 13F 3E 33
Octal 320 66 237 0 112 30 22 477 76 63
Binary 11010000 110110 10011111 0 1001010 11000 10010 100111111 111110 110011

Color Harmonies of #D0369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0369F

Black with #D0369F

Text Example


Text Example

White with #D0369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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