Html Css Color HEX #DC40AF Persian Rose

📋 copy color: '#DC40AF'

red 220 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #DC40AF

Tints of Persian Rose #DC40AF

RGB

 RED value IS 220 (86.33% from 255) = 47.93%

 GREEN value IS 64 (25.39% from 255) = 13.94%

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 47.93%
G = 13.94%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC40AF (or 0xDC40AF) is known color: Persian Rose. HEX triplet: DC, 40 and AF. RGB value is (220,64,175). Sum of RGB (Red+Green+Blue) = 220+64+175=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC40AF is #23BF50. Grayscale: #7B7B7B. Windows color (decimal): -2342737 or 11485404. OLE color: 11485404.

HSL color Cylindrical-coordinate representation of color #DC40AF: hue angle of 317.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC40AF is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 175 -
CMYK 0 0.71 0.20 0.14
HSL 317.31º 0.69% 0.56% -
HSV(B) 317.31º 0.71% 0.86% -
XYZ 39.09 21.98 42.74 -
YUV 123.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 220 64 175 0 0.71 0.20 0.14 317.31 0.69 0.56
Hex DC 40 AF 0 47 14 E 13D 45 38
Octal 334 100 257 0 107 24 16 475 105 70
Binary 11011100 1000000 10101111 0 1000111 10100 1110 100111101 1000101 111000

Color Harmonies of #DC40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC40AF

Black with #DC40AF

Text Example


Text Example

White with #DC40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC40AF; }

 p { color: rgb(220,64,175); }

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

background-color css

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

 a { background-color: rgb(220,64,175); }

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

border-color css

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

 span { border-color: rgb(220,64,175); }

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