Html Css Color HEX #D13465 Cerise

📋 copy color: '#D13465'

red 209 ◦ green 52 ◦ blue 101

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

Shades of Cerise #D13465

Tints of Cerise #D13465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 57.73%
G = 14.36%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D13465 (or 0xD13465) is known color: Cerise. HEX triplet: D1, 34 and 65. RGB value is (209,52,101). Sum of RGB (Red+Green+Blue) = 209+52+101=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D13465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13465 is #2ECB9A. Grayscale: #686868. Windows color (decimal): -3066779 or 6632657. OLE color: 6632657.

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

Color convert

RGB 209 52 101 -
CMYK 0 0.75 0.52 0.18
HSL 341.27º 0.63% 0.51% -
HSV(B) 341.27º 0.75% 0.82% -
XYZ 29.87 16.95 14.01 -
YUV 104.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 209 52 101 0 0.75 0.52 0.18 341.27 0.63 0.51
Hex D1 34 65 0 4B 34 12 155 3F 33
Octal 321 64 145 0 113 64 22 525 77 63
Binary 11010001 110100 1100101 0 1001011 110100 10010 101010101 111111 110011

Color Harmonies of #D13465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13465

Black with #D13465

Text Example


Text Example

White with #D13465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13465; }

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

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

background-color css

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

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

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

border-color css

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

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

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