Html Css Color HEX #DF869D Carissma

📋 copy color: '#DF869D'

red 223 ◦ green 134 ◦ blue 157

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

Shades of Carissma #DF869D

Tints of Carissma #DF869D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.07%

 BLUE value IS 157 (61.72% from 255) = 30.54%

R = 43.39%
G = 26.07%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF869D (or 0xDF869D) is known color: Carissma. HEX triplet: DF, 86 and 9D. RGB value is (223,134,157). Sum of RGB (Red+Green+Blue) = 223+134+157=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF869D is #207962. Grayscale: #A3A3A3. Windows color (decimal): -2128227 or 10323679. OLE color: 10323679.

HSL color Cylindrical-coordinate representation of color #DF869D: hue angle of 344.49º 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 #DF869D is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 157 -
CMYK 0 0.40 0.30 0.13
HSL 344.49º 0.58% 0.7% -
HSV(B) 344.49º 0.4% 0.87% -
XYZ 45.04 35.17 36.31 -
YUV 163.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 223 134 157 0 0.40 0.30 0.13 344.49 0.58 0.7
Hex DF 86 9D 0 28 1E D 158 3A 46
Octal 337 206 235 0 50 36 15 530 72 106
Binary 11011111 10000110 10011101 0 101000 11110 1101 101011000 111010 1000110

Color Harmonies of #DF869D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF869D

Black with #DF869D

Text Example


Text Example

White with #DF869D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF869D; }

 p { color: rgb(223,134,157); }

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

background-color css

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

 a { background-color: rgb(223,134,157); }

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

border-color css

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

 span { border-color: rgb(223,134,157); }

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