Html Css Color HEX #DF8A8C Carissma

📋 copy color: '#DF8A8C'

red 223 ◦ green 138 ◦ blue 140

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

Shades of Carissma #DF8A8C

Tints of Carissma #DF8A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.54%

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 44.51%
G = 27.54%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF8A8C (or 0xDF8A8C) is known color: Carissma. HEX triplet: DF, 8A and 8C. RGB value is (223,138,140). Sum of RGB (Red+Green+Blue) = 223+138+140=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A8C is #207573. Grayscale: #A3A3A3. Windows color (decimal): -2127220 or 9210591. OLE color: 9210591.

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

Color convert

RGB 223 138 140 -
CMYK 0 0.38 0.37 0.13
HSL 358.59º 0.57% 0.71% -
HSV(B) 358.59º 0.38% 0.87% -
XYZ 44.25 35.76 29.38 -
YUV 163.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 223 138 140 0 0.38 0.37 0.13 358.59 0.57 0.71
Hex DF 8A 8C 0 26 25 D 167 39 47
Octal 337 212 214 0 46 45 15 547 71 107
Binary 11011111 10001010 10001100 0 100110 100101 1101 101100111 111001 1000111

Color Harmonies of #DF8A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A8C

Black with #DF8A8C

Text Example


Text Example

White with #DF8A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A8C; }

 p { color: rgb(223,138,140); }

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

background-color css

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

 a { background-color: rgb(223,138,140); }

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

border-color css

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

 span { border-color: rgb(223,138,140); }

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