Html Css Color HEX #D13D6B Cerise

📋 copy color: '#D13D6B'

red 209 ◦ green 61 ◦ blue 107

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

Shades of Cerise #D13D6B

Tints of Cerise #D13D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 55.44%
G = 16.18%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D13D6B (or 0xD13D6B) is known color: Cerise. HEX triplet: D1, 3D and 6B. RGB value is (209,61,107). Sum of RGB (Red+Green+Blue) = 209+61+107=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D6B is #2EC294. Grayscale: #6E6E6E. Windows color (decimal): -3064469 or 7028177. OLE color: 7028177.

HSL color Cylindrical-coordinate representation of color #D13D6B: hue angle of 341.35º 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 #D13D6B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 61 107 -
CMYK 0 0.71 0.49 0.18
HSL 341.35º 0.62% 0.53% -
HSV(B) 341.35º 0.71% 0.82% -
XYZ 30.62 17.95 15.76 -
YUV 110.5 126.03 198.26 -
System Red Green Blue C M Y K H S L
Decimal 209 61 107 0 0.71 0.49 0.18 341.35 0.62 0.53
Hex D1 3D 6B 0 47 31 12 155 3E 35
Octal 321 75 153 0 107 61 22 525 76 65
Binary 11010001 111101 1101011 0 1000111 110001 10010 101010101 111110 110101

Color Harmonies of #D13D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D6B

Black with #D13D6B

Text Example


Text Example

White with #D13D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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