Html Css Color HEX #D03A65 Cerise

📋 copy color: '#D03A65'

red 208 ◦ green 58 ◦ blue 101

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

Shades of Cerise #D03A65

Tints of Cerise #D03A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 56.68%
G = 15.8%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D03A65 (or 0xD03A65) is known color: Cerise. HEX triplet: D0, 3A and 65. RGB value is (208,58,101). Sum of RGB (Red+Green+Blue) = 208+58+101=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03A65 is #2FC59A. Grayscale: #6B6B6B. Windows color (decimal): -3130779 or 6634192. OLE color: 6634192.

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

Color convert

RGB 208 58 101 -
CMYK 0 0.72 0.51 0.18
HSL 342.8º 0.61% 0.52% -
HSV(B) 342.8º 0.72% 0.82% -
XYZ 29.87 17.38 14.09 -
YUV 107.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 208 58 101 0 0.72 0.51 0.18 342.8 0.61 0.52
Hex D0 3A 65 0 48 33 12 157 3D 34
Octal 320 72 145 0 110 63 22 527 75 64
Binary 11010000 111010 1100101 0 1001000 110011 10010 101010111 111101 110100

Color Harmonies of #D03A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03A65

Black with #D03A65

Text Example


Text Example

White with #D03A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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