Html Css Color HEX #D62265 Cerise

📋 copy color: '#D62265'

red 214 ◦ green 34 ◦ blue 101

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

Shades of Cerise #D62265

Tints of Cerise #D62265

RGB

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

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

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

R = 61.32%
G = 9.74%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D62265 (or 0xD62265) is known color: Cerise. HEX triplet: D6, 22 and 65. RGB value is (214,34,101). Sum of RGB (Red+Green+Blue) = 214+34+101=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D62265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62265 is #29DD9A. Grayscale: #5F5F5F. Windows color (decimal): -2743707 or 6628054. OLE color: 6628054.

HSL color Cylindrical-coordinate representation of color #D62265: hue angle of 337.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62265 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 101 -
CMYK 0 0.84 0.53 0.16
HSL 337.67º 0.73% 0.49% -
HSV(B) 337.67º 0.84% 0.84% -
XYZ 30.65 16.38 13.86 -
YUV 95.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 214 34 101 0 0.84 0.53 0.16 337.67 0.73 0.49
Hex D6 22 65 0 54 35 10 152 49 31
Octal 326 42 145 0 124 65 20 522 111 61
Binary 11010110 100010 1100101 0 1010100 110101 10000 101010010 1001001 110001

Color Harmonies of #D62265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62265

Black with #D62265

Text Example


Text Example

White with #D62265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62265; }

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

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

background-color css

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

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

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

border-color css

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

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

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