Html Css Color HEX #D03969 Cerise

📋 copy color: '#D03969'

red 208 ◦ green 57 ◦ blue 105

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

Shades of Cerise #D03969

Tints of Cerise #D03969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.41%

 BLUE value IS 105 (41.41% from 255) = 28.38%

R = 56.22%
G = 15.41%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D03969 (or 0xD03969) is known color: Cerise. HEX triplet: D0, 39 and 69. RGB value is (208,57,105). Sum of RGB (Red+Green+Blue) = 208+57+105=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D03969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03969 is #2FC696. Grayscale: #6B6B6B. Windows color (decimal): -3131031 or 6896080. OLE color: 6896080.

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

Color convert

RGB 208 57 105 -
CMYK 0 0.73 0.50 0.18
HSL 340.93º 0.62% 0.52% -
HSV(B) 340.93º 0.73% 0.82% -
XYZ 30.03 17.36 15.13 -
YUV 107.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 208 57 105 0 0.73 0.50 0.18 340.93 0.62 0.52
Hex D0 39 69 0 49 32 12 155 3E 34
Octal 320 71 151 0 111 62 22 525 76 64
Binary 11010000 111001 1101001 0 1001001 110010 10010 101010101 111110 110100

Color Harmonies of #D03969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03969

Black with #D03969

Text Example


Text Example

White with #D03969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03969; }

 p { color: rgb(208,57,105); }

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

background-color css

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

 a { background-color: rgb(208,57,105); }

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

border-color css

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

 span { border-color: rgb(208,57,105); }

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