Html Css Color HEX #D62264 Cerise

📋 copy color: '#D62264'

red 214 ◦ green 34 ◦ blue 100

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

Shades of Cerise #D62264

Tints of Cerise #D62264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 61.49%
G = 9.77%
B = 28.74%

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

#D62264 (or 0xD62264) is known color: Cerise. HEX triplet: D6, 22 and 64. RGB value is (214,34,100). Sum of RGB (Red+Green+Blue) = 214+34+100=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D62264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D62264 is #29DD9B. Grayscale: #5F5F5F. Windows color (decimal): -2743708 or 6562518. OLE color: 6562518.

HSL color Cylindrical-coordinate representation of color #D62264: hue angle of 338º 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 #D62264 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 100 -
CMYK 0 0.84 0.53 0.16
HSL 338º 0.73% 0.49% -
HSV(B) 338º 0.84% 0.84% -
XYZ 30.6 16.36 13.6 -
YUV 95.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 214 34 100 0 0.84 0.53 0.16 338 0.73 0.49
Hex D6 22 64 0 54 35 10 152 49 31
Octal 326 42 144 0 124 65 20 522 111 61
Binary 11010110 100010 1100100 0 1010100 110101 10000 101010010 1001001 110001

Color Harmonies of #D62264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62264

Black with #D62264

Text Example


Text Example

White with #D62264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62264; }

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

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

background-color css

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

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

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

border-color css

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

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

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