Html Css Color HEX #D03A6D Cerise

📋 copy color: '#D03A6D'

red 208 ◦ green 58 ◦ blue 109

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

Shades of Cerise #D03A6D

Tints of Cerise #D03A6D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.47%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 55.47%
G = 15.47%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D03A6D (or 0xD03A6D) is known color: Cerise. HEX triplet: D0, 3A and 6D. RGB value is (208,58,109). Sum of RGB (Red+Green+Blue) = 208+58+109=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A6D is #2FC592. Grayscale: #6C6C6C. Windows color (decimal): -3130771 or 7158480. OLE color: 7158480.

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

Color convert

RGB 208 58 109 -
CMYK 0 0.72 0.48 0.18
HSL 339.6º 0.61% 0.52% -
HSV(B) 339.6º 0.72% 0.82% -
XYZ 30.29 17.54 16.26 -
YUV 108.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 208 58 109 0 0.72 0.48 0.18 339.6 0.61 0.52
Hex D0 3A 6D 0 48 30 12 154 3D 34
Octal 320 72 155 0 110 60 22 524 75 64
Binary 11010000 111010 1101101 0 1001000 110000 10010 101010100 111101 110100

Color Harmonies of #D03A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A6D

Black with #D03A6D

Text Example


Text Example

White with #D03A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A6D; }

 p { color: rgb(208,58,109); }

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

background-color css

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

 a { background-color: rgb(208,58,109); }

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

border-color css

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

 span { border-color: rgb(208,58,109); }

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