Html Css Color HEX #D13070 Cerise

📋 copy color: '#D13070'

red 209 ◦ green 48 ◦ blue 112

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

Shades of Cerise #D13070

Tints of Cerise #D13070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.01%

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 56.64%
G = 13.01%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D13070 (or 0xD13070) is known color: Cerise. HEX triplet: D1, 30 and 70. RGB value is (209,48,112). Sum of RGB (Red+Green+Blue) = 209+48+112=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D13070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13070 is #2ECF8F. Grayscale: #676767. Windows color (decimal): -3067792 or 7352529. OLE color: 7352529.

HSL color Cylindrical-coordinate representation of color #D13070: hue angle of 336.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13070 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 112 -
CMYK 0 0.77 0.46 0.18
HSL 336.15º 0.64% 0.5% -
HSV(B) 336.15º 0.77% 0.82% -
XYZ 30.28 16.84 16.98 -
YUV 103.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 209 48 112 0 0.77 0.46 0.18 336.15 0.64 0.5
Hex D1 30 70 0 4D 2E 12 150 40 32
Octal 321 60 160 0 115 56 22 520 100 62
Binary 11010001 110000 1110000 0 1001101 101110 10010 101010000 1000000 110010

Color Harmonies of #D13070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13070

Black with #D13070

Text Example


Text Example

White with #D13070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13070; }

 p { color: rgb(209,48,112); }

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

background-color css

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

 a { background-color: rgb(209,48,112); }

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

border-color css

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

 span { border-color: rgb(209,48,112); }

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