Html Css Color HEX #D03A6B Cerise

📋 copy color: '#D03A6B'

red 208 ◦ green 58 ◦ blue 107

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

Shades of Cerise #D03A6B

Tints of Cerise #D03A6B

RGB

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

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

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

R = 55.76%
G = 15.55%
B = 28.69%

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

#D03A6B (or 0xD03A6B) is known color: Cerise. HEX triplet: D0, 3A and 6B. RGB value is (208,58,107). Sum of RGB (Red+Green+Blue) = 208+58+107=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A6B is #2FC594. Grayscale: #6C6C6C. Windows color (decimal): -3130773 or 7027408. OLE color: 7027408.

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

Color convert

RGB 208 58 107 -
CMYK 0 0.72 0.49 0.18
HSL 340.4º 0.61% 0.52% -
HSV(B) 340.4º 0.72% 0.82% -
XYZ 30.18 17.5 15.7 -
YUV 108.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 208 58 107 0 0.72 0.49 0.18 340.4 0.61 0.52
Hex D0 3A 6B 0 48 31 12 154 3D 34
Octal 320 72 153 0 110 61 22 524 75 64
Binary 11010000 111010 1101011 0 1001000 110001 10010 101010100 111101 110100

Color Harmonies of #D03A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A6B

Black with #D03A6B

Text Example


Text Example

White with #D03A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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