Html Css Color HEX #DF8893 Carissma

📋 copy color: '#DF8893'

red 223 ◦ green 136 ◦ blue 147

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

Shades of Carissma #DF8893

Tints of Carissma #DF8893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.88%

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 44.07%
G = 26.88%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF8893 (or 0xDF8893) is known color: Carissma. HEX triplet: DF, 88 and 93. RGB value is (223,136,147). Sum of RGB (Red+Green+Blue) = 223+136+147=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8893 is #20776C. Grayscale: #A3A3A3. Windows color (decimal): -2127725 or 9668831. OLE color: 9668831.

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

Color convert

RGB 223 136 147 -
CMYK 0 0.39 0.34 0.13
HSL 352.41º 0.58% 0.7% -
HSV(B) 352.41º 0.39% 0.87% -
XYZ 44.5 35.4 32.09 -
YUV 163.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 223 136 147 0 0.39 0.34 0.13 352.41 0.58 0.7
Hex DF 88 93 0 27 22 D 160 3A 46
Octal 337 210 223 0 47 42 15 540 72 106
Binary 11011111 10001000 10010011 0 100111 100010 1101 101100000 111010 1000110

Color Harmonies of #DF8893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8893

Black with #DF8893

Text Example


Text Example

White with #DF8893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8893; }

 p { color: rgb(223,136,147); }

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

background-color css

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

 a { background-color: rgb(223,136,147); }

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

border-color css

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

 span { border-color: rgb(223,136,147); }

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