Html Css Color HEX #DF8596 Carissma

📋 copy color: '#DF8596'

red 223 ◦ green 133 ◦ blue 150

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

Shades of Carissma #DF8596

Tints of Carissma #DF8596

RGB

 RED value IS 223 (87.5% from 255) = 44.07%

 GREEN value IS 133 (52.34% from 255) = 26.28%

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 44.07%
G = 26.28%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF8596 (or 0xDF8596) is known color: Carissma. HEX triplet: DF, 85 and 96. RGB value is (223,133,150). Sum of RGB (Red+Green+Blue) = 223+133+150=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8596 is #207A69. Grayscale: #A1A1A1. Windows color (decimal): -2128490 or 9864671. OLE color: 9864671.

HSL color Cylindrical-coordinate representation of color #DF8596: hue angle of 348.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8596 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 150 -
CMYK 0 0.40 0.33 0.13
HSL 348.67º 0.58% 0.7% -
HSV(B) 348.67º 0.4% 0.87% -
XYZ 44.32 34.67 33.21 -
YUV 161.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 223 133 150 0 0.40 0.33 0.13 348.67 0.58 0.7
Hex DF 85 96 0 28 21 D 15D 3A 46
Octal 337 205 226 0 50 41 15 535 72 106
Binary 11011111 10000101 10010110 0 101000 100001 1101 101011101 111010 1000110

Color Harmonies of #DF8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8596

Black with #DF8596

Text Example


Text Example

White with #DF8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8596; }

 p { color: rgb(223,133,150); }

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

background-color css

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

 a { background-color: rgb(223,133,150); }

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

border-color css

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

 span { border-color: rgb(223,133,150); }

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