Html Css Color HEX #D03265 Cerise

📋 copy color: '#D03265'

red 208 ◦ green 50 ◦ blue 101

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

Shades of Cerise #D03265

Tints of Cerise #D03265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.93%

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

R = 57.94%
G = 13.93%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D03265 (or 0xD03265) is known color: Cerise. HEX triplet: D0, 32 and 65. RGB value is (208,50,101). Sum of RGB (Red+Green+Blue) = 208+50+101=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D03265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03265 is #2FCD9A. Grayscale: #676767. Windows color (decimal): -3132827 or 6632144. OLE color: 6632144.

HSL color Cylindrical-coordinate representation of color #D03265: hue angle of 340.63º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D03265 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 101 -
CMYK 0 0.76 0.51 0.18
HSL 340.63º 0.63% 0.51% -
HSV(B) 340.63º 0.76% 0.82% -
XYZ 29.5 16.63 13.97 -
YUV 103.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 208 50 101 0 0.76 0.51 0.18 340.63 0.63 0.51
Hex D0 32 65 0 4C 33 12 155 3F 33
Octal 320 62 145 0 114 63 22 525 77 63
Binary 11010000 110010 1100101 0 1001100 110011 10010 101010101 111111 110011

Color Harmonies of #D03265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03265

Black with #D03265

Text Example


Text Example

White with #D03265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03265; }

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

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

background-color css

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

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

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

border-color css

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

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

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