Html Css Color HEX #D03E5C Cerise

📋 copy color: '#D03E5C'

red 208 ◦ green 62 ◦ blue 92

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

Shades of Cerise #D03E5C

Tints of Cerise #D03E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 57.46%
G = 17.13%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D03E5C (or 0xD03E5C) is known color: Cerise. HEX triplet: D0, 3E and 5C. RGB value is (208,62,92). Sum of RGB (Red+Green+Blue) = 208+62+92=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03E5C is #2FC1A3. Grayscale: #6D6D6D. Windows color (decimal): -3129764 or 6045392. OLE color: 6045392.

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

Color convert

RGB 208 62 92 -
CMYK 0 0.70 0.56 0.18
HSL 347.67º 0.61% 0.53% -
HSV(B) 347.67º 0.7% 0.82% -
XYZ 29.67 17.63 11.96 -
YUV 109.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 208 62 92 0 0.70 0.56 0.18 347.67 0.61 0.53
Hex D0 3E 5C 0 46 38 12 15C 3D 35
Octal 320 76 134 0 106 70 22 534 75 65
Binary 11010000 111110 1011100 0 1000110 111000 10010 101011100 111101 110101

Color Harmonies of #D03E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03E5C

Black with #D03E5C

Text Example


Text Example

White with #D03E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03E5C; }

 p { color: rgb(208,62,92); }

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

background-color css

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

 a { background-color: rgb(208,62,92); }

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

border-color css

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

 span { border-color: rgb(208,62,92); }

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