Html Css Color HEX #D13F6B Cerise

📋 copy color: '#D13F6B'

red 209 ◦ green 63 ◦ blue 107

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

Shades of Cerise #D13F6B

Tints of Cerise #D13F6B

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 55.15%
G = 16.62%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D13F6B (or 0xD13F6B) is known color: Cerise. HEX triplet: D1, 3F and 6B. RGB value is (209,63,107). Sum of RGB (Red+Green+Blue) = 209+63+107=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F6B is #2EC094. Grayscale: #6F6F6F. Windows color (decimal): -3063957 or 7028689. OLE color: 7028689.

HSL color Cylindrical-coordinate representation of color #D13F6B: hue angle of 341.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F6B is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 107 -
CMYK 0 0.70 0.49 0.18
HSL 341.92º 0.61% 0.53% -
HSV(B) 341.92º 0.7% 0.82% -
XYZ 30.73 18.17 15.8 -
YUV 111.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 209 63 107 0 0.70 0.49 0.18 341.92 0.61 0.53
Hex D1 3F 6B 0 46 31 12 156 3D 35
Octal 321 77 153 0 106 61 22 526 75 65
Binary 11010001 111111 1101011 0 1000110 110001 10010 101010110 111101 110101

Color Harmonies of #D13F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F6B

Black with #D13F6B

Text Example


Text Example

White with #D13F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F6B; }

 p { color: rgb(209,63,107); }

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

background-color css

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

 a { background-color: rgb(209,63,107); }

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

border-color css

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

 span { border-color: rgb(209,63,107); }

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