Html Css Color HEX #D1215A Cerise

📋 copy color: '#D1215A'

red 209 ◦ green 33 ◦ blue 90

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

Shades of Cerise #D1215A

Tints of Cerise #D1215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.94%

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

R = 62.95%
G = 9.94%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1215A (or 0xD1215A) is known color: Cerise. HEX triplet: D1, 21 and 5A. RGB value is (209,33,90). Sum of RGB (Red+Green+Blue) = 209+33+90=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1215A is #2EDEA5. Grayscale: #5C5C5C. Windows color (decimal): -3071654 or 5906897. OLE color: 5906897.

HSL color Cylindrical-coordinate representation of color #D1215A: hue angle of 340.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1215A is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 90 -
CMYK 0 0.84 0.57 0.18
HSL 340.57º 0.73% 0.47% -
HSV(B) 340.57º 0.84% 0.82% -
XYZ 28.68 15.38 11.13 -
YUV 92.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 209 33 90 0 0.84 0.57 0.18 340.57 0.73 0.47
Hex D1 21 5A 0 54 39 12 155 49 2F
Octal 321 41 132 0 124 71 22 525 111 57
Binary 11010001 100001 1011010 0 1010100 111001 10010 101010101 1001001 101111

Color Harmonies of #D1215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1215A

Black with #D1215A

Text Example


Text Example

White with #D1215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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