Html Css Color HEX #D6276A Cerise

📋 copy color: '#D6276A'

red 214 ◦ green 39 ◦ blue 106

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

Shades of Cerise #D6276A

Tints of Cerise #D6276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 59.61%
G = 10.86%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6276A (or 0xD6276A) is known color: Cerise. HEX triplet: D6, 27 and 6A. RGB value is (214,39,106). Sum of RGB (Red+Green+Blue) = 214+39+106=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6276A is #29D895. Grayscale: #626262. Windows color (decimal): -2742422 or 6957014. OLE color: 6957014.

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

Color convert

RGB 214 39 106 -
CMYK 0 0.82 0.50 0.16
HSL 337.03º 0.69% 0.5% -
HSV(B) 337.03º 0.82% 0.84% -
XYZ 31.06 16.79 15.24 -
YUV 98.96 131.98 210.05 -
System Red Green Blue C M Y K H S L
Decimal 214 39 106 0 0.82 0.50 0.16 337.03 0.69 0.5
Hex D6 27 6A 0 52 32 10 151 45 32
Octal 326 47 152 0 122 62 20 521 105 62
Binary 11010110 100111 1101010 0 1010010 110010 10000 101010001 1000101 110010

Color Harmonies of #D6276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6276A

Black with #D6276A

Text Example


Text Example

White with #D6276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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