Html Css Color HEX #D1345A Cerise

📋 copy color: '#D1345A'

red 209 ◦ green 52 ◦ blue 90

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

Shades of Cerise #D1345A

Tints of Cerise #D1345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 59.54%
G = 14.81%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1345A (or 0xD1345A) is known color: Cerise. HEX triplet: D1, 34 and 5A. RGB value is (209,52,90). Sum of RGB (Red+Green+Blue) = 209+52+90=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1345A is #2ECBA5. Grayscale: #676767. Windows color (decimal): -3066790 or 5911761. OLE color: 5911761.

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

Color convert

RGB 209 52 90 -
CMYK 0 0.75 0.57 0.18
HSL 345.48º 0.63% 0.51% -
HSV(B) 345.48º 0.75% 0.82% -
XYZ 29.37 16.75 11.36 -
YUV 103.28 120.51 203.41 -
System Red Green Blue C M Y K H S L
Decimal 209 52 90 0 0.75 0.57 0.18 345.48 0.63 0.51
Hex D1 34 5A 0 4B 39 12 159 3F 33
Octal 321 64 132 0 113 71 22 531 77 63
Binary 11010001 110100 1011010 0 1001011 111001 10010 101011001 111111 110011

Color Harmonies of #D1345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1345A

Black with #D1345A

Text Example


Text Example

White with #D1345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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