Html Css Color HEX #D03968 Cerise

📋 copy color: '#D03968'

red 208 ◦ green 57 ◦ blue 104

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

Shades of Cerise #D03968

Tints of Cerise #D03968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 56.37%
G = 15.45%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D03968 (or 0xD03968) is known color: Cerise. HEX triplet: D0, 39 and 68. RGB value is (208,57,104). Sum of RGB (Red+Green+Blue) = 208+57+104=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D03968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03968 is #2FC697. Grayscale: #6B6B6B. Windows color (decimal): -3131032 or 6830544. OLE color: 6830544.

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

Color convert

RGB 208 57 104 -
CMYK 0 0.73 0.5 0.18
HSL 341.32º 0.62% 0.52% -
HSV(B) 341.32º 0.73% 0.82% -
XYZ 29.97 17.34 14.86 -
YUV 107.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 208 57 104 0 0.73 0.5 0.18 341.32 0.62 0.52
Hex D0 39 68 0 49 32 12 155 3E 34
Octal 320 71 150 0 111 62 22 525 76 64
Binary 11010000 111001 1101000 0 1001001 110010 10010 101010101 111110 110100

Color Harmonies of #D03968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03968

Black with #D03968

Text Example


Text Example

White with #D03968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03968; }

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

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

background-color css

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

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

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

border-color css

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

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

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