Html Css Color HEX #D6275A Cerise

📋 copy color: '#D6275A'

red 214 ◦ green 39 ◦ blue 90

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

Shades of Cerise #D6275A

Tints of Cerise #D6275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 62.39%
G = 11.37%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6275A (or 0xD6275A) is known color: Cerise. HEX triplet: D6, 27 and 5A. RGB value is (214,39,90). Sum of RGB (Red+Green+Blue) = 214+39+90=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6275A is #29D8A5. Grayscale: #616161. Windows color (decimal): -2742438 or 5908438. OLE color: 5908438.

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

Color convert

RGB 214 39 90 -
CMYK 0 0.82 0.58 0.16
HSL 342.51º 0.69% 0.5% -
HSV(B) 342.51º 0.82% 0.84% -
XYZ 30.3 16.49 11.26 -
YUV 97.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 214 39 90 0 0.82 0.58 0.16 342.51 0.69 0.5
Hex D6 27 5A 0 52 3A 10 157 45 32
Octal 326 47 132 0 122 72 20 527 105 62
Binary 11010110 100111 1011010 0 1010010 111010 10000 101010111 1000101 110010

Color Harmonies of #D6275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6275A

Black with #D6275A

Text Example


Text Example

White with #D6275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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