Html Css Color HEX #D6275C Cerise

📋 copy color: '#D6275C'

red 214 ◦ green 39 ◦ blue 92

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

Shades of Cerise #D6275C

Tints of Cerise #D6275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.67%

R = 62.03%
G = 11.3%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6275C (or 0xD6275C) is known color: Cerise. HEX triplet: D6, 27 and 5C. RGB value is (214,39,92). Sum of RGB (Red+Green+Blue) = 214+39+92=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6275C is #29D8A3. Grayscale: #616161. Windows color (decimal): -2742436 or 6039510. OLE color: 6039510.

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

Color convert

RGB 214 39 92 -
CMYK 0 0.82 0.57 0.16
HSL 341.83º 0.69% 0.5% -
HSV(B) 341.83º 0.82% 0.84% -
XYZ 30.39 16.52 11.71 -
YUV 97.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 214 39 92 0 0.82 0.57 0.16 341.83 0.69 0.5
Hex D6 27 5C 0 52 39 10 156 45 32
Octal 326 47 134 0 122 71 20 526 105 62
Binary 11010110 100111 1011100 0 1010010 111001 10000 101010110 1000101 110010

Color Harmonies of #D6275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6275C

Black with #D6275C

Text Example


Text Example

White with #D6275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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