Html Css Color HEX #DF8497 Carissma

📋 copy color: '#DF8497'

red 223 ◦ green 132 ◦ blue 151

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

Shades of Carissma #DF8497

Tints of Carissma #DF8497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.09%

 BLUE value IS 151 (59.38% from 255) = 29.84%

R = 44.07%
G = 26.09%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF8497 (or 0xDF8497) is known color: Carissma. HEX triplet: DF, 84 and 97. RGB value is (223,132,151). Sum of RGB (Red+Green+Blue) = 223+132+151=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8497 is #207B68. Grayscale: #A1A1A1. Windows color (decimal): -2128745 or 9929951. OLE color: 9929951.

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

Color convert

RGB 223 132 151 -
CMYK 0 0.41 0.32 0.13
HSL 347.47º 0.59% 0.7% -
HSV(B) 347.47º 0.41% 0.87% -
XYZ 44.27 34.42 33.59 -
YUV 161.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 223 132 151 0 0.41 0.32 0.13 347.47 0.59 0.7
Hex DF 84 97 0 29 20 D 15B 3B 46
Octal 337 204 227 0 51 40 15 533 73 106
Binary 11011111 10000100 10010111 0 101001 100000 1101 101011011 111011 1000110

Color Harmonies of #DF8497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8497

Black with #DF8497

Text Example


Text Example

White with #DF8497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8497; }

 p { color: rgb(223,132,151); }

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

background-color css

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

 a { background-color: rgb(223,132,151); }

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

border-color css

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

 span { border-color: rgb(223,132,151); }

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