Html Css Color HEX #D13466 Cerise

📋 copy color: '#D13466'

red 209 ◦ green 52 ◦ blue 102

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

Shades of Cerise #D13466

Tints of Cerise #D13466

RGB

 RED value IS 209 (82.03% from 255) = 57.58%

 GREEN value IS 52 (20.7% from 255) = 14.33%

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 57.58%
G = 14.33%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D13466 (or 0xD13466) is known color: Cerise. HEX triplet: D1, 34 and 66. RGB value is (209,52,102). Sum of RGB (Red+Green+Blue) = 209+52+102=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D13466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13466 is #2ECB99. Grayscale: #686868. Windows color (decimal): -3066778 or 6698193. OLE color: 6698193.

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

Color convert

RGB 209 52 102 -
CMYK 0 0.75 0.51 0.18
HSL 340.89º 0.63% 0.51% -
HSV(B) 340.89º 0.75% 0.82% -
XYZ 29.92 16.97 14.27 -
YUV 104.64 126.51 202.43 -
System Red Green Blue C M Y K H S L
Decimal 209 52 102 0 0.75 0.51 0.18 340.89 0.63 0.51
Hex D1 34 66 0 4B 33 12 155 3F 33
Octal 321 64 146 0 113 63 22 525 77 63
Binary 11010001 110100 1100110 0 1001011 110011 10010 101010101 111111 110011

Color Harmonies of #D13466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13466

Black with #D13466

Text Example


Text Example

White with #D13466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13466; }

 p { color: rgb(209,52,102); }

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

background-color css

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

 a { background-color: rgb(209,52,102); }

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

border-color css

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

 span { border-color: rgb(209,52,102); }

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