Html Css Color HEX #D12761 Cerise

📋 copy color: '#D12761'

red 209 ◦ green 39 ◦ blue 97

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

Shades of Cerise #D12761

Tints of Cerise #D12761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.3%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 60.58%
G = 11.3%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D12761 (or 0xD12761) is known color: Cerise. HEX triplet: D1, 27 and 61. RGB value is (209,39,97). Sum of RGB (Red+Green+Blue) = 209+39+97=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D12761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12761 is #2ED89E. Grayscale: #606060. Windows color (decimal): -3070111 or 6367185. OLE color: 6367185.

HSL color Cylindrical-coordinate representation of color #D12761: hue angle of 339.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12761 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 39 97 -
CMYK 0 0.81 0.54 0.18
HSL 339.53º 0.69% 0.49% -
HSV(B) 339.53º 0.81% 0.82% -
XYZ 29.18 15.87 12.83 -
YUV 96.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 209 39 97 0 0.81 0.54 0.18 339.53 0.69 0.49
Hex D1 27 61 0 51 36 12 154 45 31
Octal 321 47 141 0 121 66 22 524 105 61
Binary 11010001 100111 1100001 0 1010001 110110 10010 101010100 1000101 110001

Color Harmonies of #D12761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12761

Black with #D12761

Text Example


Text Example

White with #D12761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12761; }

 p { color: rgb(209,39,97); }

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

background-color css

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

 a { background-color: rgb(209,39,97); }

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

border-color css

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

 span { border-color: rgb(209,39,97); }

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