Html Css Color HEX #D6268D Deep Cerise

📋 copy color: '#D6268D'

red 214 ◦ green 38 ◦ blue 141

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

Shades of Deep Cerise #D6268D

Tints of Deep Cerise #D6268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.67%

 BLUE value IS 141 (55.47% from 255) = 35.88%

R = 54.45%
G = 9.67%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6268D (or 0xD6268D) is known color: Deep Cerise. HEX triplet: D6, 26 and 8D. RGB value is (214,38,141). Sum of RGB (Red+Green+Blue) = 214+38+141=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6268D is #29D972. Grayscale: #666666. Windows color (decimal): -2742643 or 9250518. OLE color: 9250518.

HSL color Cylindrical-coordinate representation of color #D6268D: hue angle of 324.89º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6268D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 38 141 -
CMYK 0 0.82 0.34 0.16
HSL 324.89º 0.7% 0.49% -
HSV(B) 324.89º 0.82% 0.84% -
XYZ 33.23 17.61 26.85 -
YUV 102.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 214 38 141 0 0.82 0.34 0.16 324.89 0.7 0.49
Hex D6 26 8D 0 52 22 10 145 46 31
Octal 326 46 215 0 122 42 20 505 106 61
Binary 11010110 100110 10001101 0 1010010 100010 10000 101000101 1000110 110001

Color Harmonies of #D6268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6268D

Black with #D6268D

Text Example


Text Example

White with #D6268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6268D; }

 p { color: rgb(214,38,141); }

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

background-color css

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

 a { background-color: rgb(214,38,141); }

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

border-color css

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

 span { border-color: rgb(214,38,141); }

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