Html Css Color HEX #D13C68 Cerise

📋 copy color: '#D13C68'

red 209 ◦ green 60 ◦ blue 104

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

Shades of Cerise #D13C68

Tints of Cerise #D13C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 56.03%
G = 16.09%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D13C68 (or 0xD13C68) is known color: Cerise. HEX triplet: D1, 3C and 68. RGB value is (209,60,104). Sum of RGB (Red+Green+Blue) = 209+60+104=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C68 is #2EC397. Grayscale: #6D6D6D. Windows color (decimal): -3064728 or 6831313. OLE color: 6831313.

HSL color Cylindrical-coordinate representation of color #D13C68: hue angle of 342.28º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C68 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 60 104 -
CMYK 0 0.71 0.50 0.18
HSL 342.28º 0.62% 0.53% -
HSV(B) 342.28º 0.71% 0.82% -
XYZ 30.41 17.79 14.93 -
YUV 109.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 209 60 104 0 0.71 0.50 0.18 342.28 0.62 0.53
Hex D1 3C 68 0 47 32 12 156 3E 35
Octal 321 74 150 0 107 62 22 526 76 65
Binary 11010001 111100 1101000 0 1000111 110010 10010 101010110 111110 110101

Color Harmonies of #D13C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C68

Black with #D13C68

Text Example


Text Example

White with #D13C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C68; }

 p { color: rgb(209,60,104); }

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

background-color css

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

 a { background-color: rgb(209,60,104); }

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

border-color css

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

 span { border-color: rgb(209,60,104); }

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