Html Css Color HEX #D6276B Cerise

📋 copy color: '#D6276B'

red 214 ◦ green 39 ◦ blue 107

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

Shades of Cerise #D6276B

Tints of Cerise #D6276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.72%

R = 59.44%
G = 10.83%
B = 29.72%

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

#D6276B (or 0xD6276B) is known color: Cerise. HEX triplet: D6, 27 and 6B. RGB value is (214,39,107). Sum of RGB (Red+Green+Blue) = 214+39+107=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6276B is #29D894. Grayscale: #626262. Windows color (decimal): -2742421 or 7022550. OLE color: 7022550.

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

Color convert

RGB 214 39 107 -
CMYK 0 0.82 0.50 0.16
HSL 336.69º 0.69% 0.5% -
HSV(B) 336.69º 0.82% 0.84% -
XYZ 31.11 16.81 15.51 -
YUV 99.08 132.48 209.97 -
System Red Green Blue C M Y K H S L
Decimal 214 39 107 0 0.82 0.50 0.16 336.69 0.69 0.5
Hex D6 27 6B 0 52 32 10 151 45 32
Octal 326 47 153 0 122 62 20 521 105 62
Binary 11010110 100111 1101011 0 1010010 110010 10000 101010001 1000101 110010

Color Harmonies of #D6276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6276B

Black with #D6276B

Text Example


Text Example

White with #D6276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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