Html Css Color HEX #D6268B Deep Cerise

📋 copy color: '#D6268B'

red 214 ◦ green 38 ◦ blue 139

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

Shades of Deep Cerise #D6268B

Tints of Deep Cerise #D6268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.55%

R = 54.73%
G = 9.72%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6268B (or 0xD6268B) is known color: Deep Cerise. HEX triplet: D6, 26 and 8B. RGB value is (214,38,139). Sum of RGB (Red+Green+Blue) = 214+38+139=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6268B is #29D974. Grayscale: #656565. Windows color (decimal): -2742645 or 9119446. OLE color: 9119446.

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

Color convert

RGB 214 38 139 -
CMYK 0 0.82 0.35 0.16
HSL 325.57º 0.7% 0.49% -
HSV(B) 325.57º 0.82% 0.84% -
XYZ 33.08 17.55 26.07 -
YUV 102.14 148.81 207.79 -
System Red Green Blue C M Y K H S L
Decimal 214 38 139 0 0.82 0.35 0.16 325.57 0.7 0.49
Hex D6 26 8B 0 52 23 10 146 46 31
Octal 326 46 213 0 122 43 20 506 106 61
Binary 11010110 100110 10001011 0 1010010 100011 10000 101000110 1000110 110001

Color Harmonies of #D6268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6268B

Black with #D6268B

Text Example


Text Example

White with #D6268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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