Html Css Color HEX #D62B61 Cerise

📋 copy color: '#D62B61'

red 214 ◦ green 43 ◦ blue 97

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

Shades of Cerise #D62B61

Tints of Cerise #D62B61

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.15%

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

R = 60.45%
G = 12.15%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D62B61 (or 0xD62B61) is known color: Cerise. HEX triplet: D6, 2B and 61. RGB value is (214,43,97). Sum of RGB (Red+Green+Blue) = 214+43+97=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62B61 is #29D49E. Grayscale: #646464. Windows color (decimal): -2741407 or 6368214. OLE color: 6368214.

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

Color convert

RGB 214 43 97 -
CMYK 0 0.80 0.55 0.16
HSL 341.05º 0.68% 0.5% -
HSV(B) 341.05º 0.8% 0.84% -
XYZ 30.75 16.89 12.95 -
YUV 100.29 126.15 209.11 -
System Red Green Blue C M Y K H S L
Decimal 214 43 97 0 0.80 0.55 0.16 341.05 0.68 0.5
Hex D6 2B 61 0 50 37 10 155 44 32
Octal 326 53 141 0 120 67 20 525 104 62
Binary 11010110 101011 1100001 0 1010000 110111 10000 101010101 1000100 110010

Color Harmonies of #D62B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62B61

Black with #D62B61

Text Example


Text Example

White with #D62B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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