Html Css Color HEX #DF8990 Carissma

📋 copy color: '#DF8990'

red 223 ◦ green 137 ◦ blue 144

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

Shades of Carissma #DF8990

Tints of Carissma #DF8990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.18%

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 44.25%
G = 27.18%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF8990 (or 0xDF8990) is known color: Carissma. HEX triplet: DF, 89 and 90. RGB value is (223,137,144). Sum of RGB (Red+Green+Blue) = 223+137+144=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8990 is #20766F. Grayscale: #A3A3A3. Windows color (decimal): -2127472 or 9472479. OLE color: 9472479.

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

Color convert

RGB 223 137 144 -
CMYK 0 0.39 0.35 0.13
HSL 355.12º 0.57% 0.71% -
HSV(B) 355.12º 0.39% 0.87% -
XYZ 44.41 35.59 30.91 -
YUV 163.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 223 137 144 0 0.39 0.35 0.13 355.12 0.57 0.71
Hex DF 89 90 0 27 23 D 163 39 47
Octal 337 211 220 0 47 43 15 543 71 107
Binary 11011111 10001001 10010000 0 100111 100011 1101 101100011 111001 1000111

Color Harmonies of #DF8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8990

Black with #DF8990

Text Example


Text Example

White with #DF8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8990; }

 p { color: rgb(223,137,144); }

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

background-color css

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

 a { background-color: rgb(223,137,144); }

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

border-color css

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

 span { border-color: rgb(223,137,144); }

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