Html Css Color HEX #D03A6A Cerise

📋 copy color: '#D03A6A'

red 208 ◦ green 58 ◦ blue 106

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

Shades of Cerise #D03A6A

Tints of Cerise #D03A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 55.91%
G = 15.59%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D03A6A (or 0xD03A6A) is known color: Cerise. HEX triplet: D0, 3A and 6A. RGB value is (208,58,106). Sum of RGB (Red+Green+Blue) = 208+58+106=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A6A is #2FC595. Grayscale: #6C6C6C. Windows color (decimal): -3130774 or 6961872. OLE color: 6961872.

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

Color convert

RGB 208 58 106 -
CMYK 0 0.72 0.49 0.18
HSL 340.8º 0.61% 0.52% -
HSV(B) 340.8º 0.72% 0.82% -
XYZ 30.13 17.48 15.42 -
YUV 108.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 208 58 106 0 0.72 0.49 0.18 340.8 0.61 0.52
Hex D0 3A 6A 0 48 31 12 155 3D 34
Octal 320 72 152 0 110 61 22 525 75 64
Binary 11010000 111010 1101010 0 1001000 110001 10010 101010101 111101 110100

Color Harmonies of #D03A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A6A

Black with #D03A6A

Text Example


Text Example

White with #D03A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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