Html Css Color HEX #D62761 Cerise

📋 copy color: '#D62761'

red 214 ◦ green 39 ◦ blue 97

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

Shades of Cerise #D62761

Tints of Cerise #D62761

RGB

 RED value IS 214 (83.98% from 255) = 61.14%

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

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

R = 61.14%
G = 11.14%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D62761 (or 0xD62761) is known color: Cerise. HEX triplet: D6, 27 and 61. RGB value is (214,39,97). Sum of RGB (Red+Green+Blue) = 214+39+97=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D62761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62761 is #29D89E. Grayscale: #616161. Windows color (decimal): -2742431 or 6367190. OLE color: 6367190.

HSL color Cylindrical-coordinate representation of color #D62761: hue angle of 340.11º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62761 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 39 97 -
CMYK 0 0.82 0.55 0.16
HSL 340.11º 0.69% 0.5% -
HSV(B) 340.11º 0.82% 0.84% -
XYZ 30.61 16.61 12.9 -
YUV 97.94 127.48 210.78 -
System Red Green Blue C M Y K H S L
Decimal 214 39 97 0 0.82 0.55 0.16 340.11 0.69 0.5
Hex D6 27 61 0 52 37 10 154 45 32
Octal 326 47 141 0 122 67 20 524 105 62
Binary 11010110 100111 1100001 0 1010010 110111 10000 101010100 1000101 110010

Color Harmonies of #D62761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62761

Black with #D62761

Text Example


Text Example

White with #D62761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62761; }

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

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

background-color css

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

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

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

border-color css

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

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

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