Html Css Color HEX #DF7F9E Carissma

📋 copy color: '#DF7F9E'

red 223 ◦ green 127 ◦ blue 158

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

Shades of Carissma #DF7F9E

Tints of Carissma #DF7F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 25%

 BLUE value IS 158 (62.11% from 255) = 31.1%

R = 43.9%
G = 25%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF7F9E (or 0xDF7F9E) is known color: Carissma. HEX triplet: DF, 7F and 9E. RGB value is (223,127,158). Sum of RGB (Red+Green+Blue) = 223+127+158=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F9E is #208061. Grayscale: #9F9F9F. Windows color (decimal): -2130018 or 10387423. OLE color: 10387423.

HSL color Cylindrical-coordinate representation of color #DF7F9E: hue angle of 340.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7F9E is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 127 158 -
CMYK 0 0.43 0.29 0.13
HSL 340.63º 0.6% 0.69% -
HSV(B) 340.63º 0.43% 0.87% -
XYZ 44.19 33.34 36.45 -
YUV 159.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 223 127 158 0 0.43 0.29 0.13 340.63 0.6 0.69
Hex DF 7F 9E 0 2B 1D D 155 3C 45
Octal 337 177 236 0 53 35 15 525 74 105
Binary 11011111 1111111 10011110 0 101011 11101 1101 101010101 111100 1000101

Color Harmonies of #DF7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F9E

Black with #DF7F9E

Text Example


Text Example

White with #DF7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F9E; }

 p { color: rgb(223,127,158); }

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

background-color css

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

 a { background-color: rgb(223,127,158); }

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

border-color css

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

 span { border-color: rgb(223,127,158); }

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