Html Css Color HEX #D12265 Cerise

📋 copy color: '#D12265'

red 209 ◦ green 34 ◦ blue 101

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

Shades of Cerise #D12265

Tints of Cerise #D12265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.88%

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

R = 60.76%
G = 9.88%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D12265 (or 0xD12265) is known color: Cerise. HEX triplet: D1, 22 and 65. RGB value is (209,34,101). Sum of RGB (Red+Green+Blue) = 209+34+101=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D12265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12265 is #2EDD9A. Grayscale: #5D5D5D. Windows color (decimal): -3071387 or 6628049. OLE color: 6628049.

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

Color convert

RGB 209 34 101 -
CMYK 0 0.84 0.52 0.18
HSL 337.03º 0.72% 0.48% -
HSV(B) 337.03º 0.84% 0.82% -
XYZ 29.22 15.64 13.79 -
YUV 93.96 131.98 210.05 -
System Red Green Blue C M Y K H S L
Decimal 209 34 101 0 0.84 0.52 0.18 337.03 0.72 0.48
Hex D1 22 65 0 54 34 12 151 48 30
Octal 321 42 145 0 124 64 22 521 110 60
Binary 11010001 100010 1100101 0 1010100 110100 10010 101010001 1001000 110000

Color Harmonies of #D12265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12265

Black with #D12265

Text Example


Text Example

White with #D12265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12265; }

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

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

background-color css

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

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

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

border-color css

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

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

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