Html Css Color HEX #DF8A9B Carissma

📋 copy color: '#DF8A9B'

red 223 ◦ green 138 ◦ blue 155

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

Shades of Carissma #DF8A9B

Tints of Carissma #DF8A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.04%

R = 43.22%
G = 26.74%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF8A9B (or 0xDF8A9B) is known color: Carissma. HEX triplet: DF, 8A and 9B. RGB value is (223,138,155). Sum of RGB (Red+Green+Blue) = 223+138+155=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A9B is #207564. Grayscale: #A5A5A5. Windows color (decimal): -2127205 or 10193631. OLE color: 10193631.

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

Color convert

RGB 223 138 155 -
CMYK 0 0.38 0.30 0.13
HSL 348º 0.57% 0.71% -
HSV(B) 348º 0.38% 0.87% -
XYZ 45.44 36.23 35.61 -
YUV 165.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 223 138 155 0 0.38 0.30 0.13 348 0.57 0.71
Hex DF 8A 9B 0 26 1E D 15C 39 47
Octal 337 212 233 0 46 36 15 534 71 107
Binary 11011111 10001010 10011011 0 100110 11110 1101 101011100 111001 1000111

Color Harmonies of #DF8A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A9B

Black with #DF8A9B

Text Example


Text Example

White with #DF8A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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