Html Css Color HEX #D34063 Cerise

📋 copy color: '#D34063'

red 211 ◦ green 64 ◦ blue 99

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

Shades of Cerise #D34063

Tints of Cerise #D34063

RGB

 RED value IS 211 (82.81% from 255) = 56.42%

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 99 (39.06% from 255) = 26.47%

R = 56.42%
G = 17.11%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D34063 (or 0xD34063) is known color: Cerise. HEX triplet: D3, 40 and 63. RGB value is (211,64,99). Sum of RGB (Red+Green+Blue) = 211+64+99=374 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.42% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 211 - color contains mainly: red. Hex color #D34063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34063 is #2CBF9C. Grayscale: #6F6F6F. Windows color (decimal): -2932637 or 6504659. OLE color: 6504659.

HSL color Cylindrical-coordinate representation of color #D34063: hue angle of 345.71º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34063 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 64 99 -
CMYK 0 0.70 0.53 0.17
HSL 345.71º 0.63% 0.54% -
HSV(B) 345.71º 0.7% 0.83% -
XYZ 30.95 18.42 13.73 -
YUV 111.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 211 64 99 0 0.70 0.53 0.17 345.71 0.63 0.54
Hex D3 40 63 0 46 35 11 15A 3F 36
Octal 323 100 143 0 106 65 21 532 77 66
Binary 11010011 1000000 1100011 0 1000110 110101 10001 101011010 111111 110110

Color Harmonies of #D34063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34063

Black with #D34063

Text Example


Text Example

White with #D34063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34063; }

 p { color: rgb(211,64,99); }

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

background-color css

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

 a { background-color: rgb(211,64,99); }

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

border-color css

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

 span { border-color: rgb(211,64,99); }

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