Html Css Color HEX #D03C6B Cerise

📋 copy color: '#D03C6B'

red 208 ◦ green 60 ◦ blue 107

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

Shades of Cerise #D03C6B

Tints of Cerise #D03C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16%

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

R = 55.47%
G = 16%
B = 28.53%

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

#D03C6B (or 0xD03C6B) is known color: Cerise. HEX triplet: D0, 3C and 6B. RGB value is (208,60,107). Sum of RGB (Red+Green+Blue) = 208+60+107=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C6B is #2FC394. Grayscale: #6D6D6D. Windows color (decimal): -3130261 or 7027920. OLE color: 7027920.

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

Color convert

RGB 208 60 107 -
CMYK 0 0.71 0.49 0.18
HSL 340.95º 0.61% 0.53% -
HSV(B) 340.95º 0.71% 0.82% -
XYZ 30.28 17.7 15.73 -
YUV 109.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 208 60 107 0 0.71 0.49 0.18 340.95 0.61 0.53
Hex D0 3C 6B 0 47 31 12 155 3D 35
Octal 320 74 153 0 107 61 22 525 75 65
Binary 11010000 111100 1101011 0 1000111 110001 10010 101010101 111101 110101

Color Harmonies of #D03C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C6B

Black with #D03C6B

Text Example


Text Example

White with #D03C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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