Html Css Color HEX #D03D6B Cerise

📋 copy color: '#D03D6B'

red 208 ◦ green 61 ◦ blue 107

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

Shades of Cerise #D03D6B

Tints of Cerise #D03D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.22%

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 55.32%
G = 16.22%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D03D6B (or 0xD03D6B) is known color: Cerise. HEX triplet: D0, 3D and 6B. RGB value is (208,61,107). Sum of RGB (Red+Green+Blue) = 208+61+107=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03D6B is #2FC294. Grayscale: #6E6E6E. Windows color (decimal): -3130005 or 7028176. OLE color: 7028176.

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

Color convert

RGB 208 61 107 -
CMYK 0 0.71 0.49 0.18
HSL 341.22º 0.61% 0.53% -
HSV(B) 341.22º 0.71% 0.82% -
XYZ 30.34 17.81 15.75 -
YUV 110.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 208 61 107 0 0.71 0.49 0.18 341.22 0.61 0.53
Hex D0 3D 6B 0 47 31 12 155 3D 35
Octal 320 75 153 0 107 61 22 525 75 65
Binary 11010000 111101 1101011 0 1000111 110001 10010 101010101 111101 110101

Color Harmonies of #D03D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D6B

Black with #D03D6B

Text Example


Text Example

White with #D03D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D6B; }

 p { color: rgb(208,61,107); }

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

background-color css

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

 a { background-color: rgb(208,61,107); }

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

border-color css

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

 span { border-color: rgb(208,61,107); }

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