Html Css Color HEX #D732AF Persian Rose

📋 copy color: '#D732AF'

red 215 ◦ green 50 ◦ blue 175

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

Shades of Persian Rose #D732AF

Tints of Persian Rose #D732AF

RGB

 RED value IS 215 (84.38% from 255) = 48.86%

 GREEN value IS 50 (19.92% from 255) = 11.36%

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

R = 48.86%
G = 11.36%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D732AF (or 0xD732AF) is known color: Persian Rose. HEX triplet: D7, 32 and AF. RGB value is (215,50,175). Sum of RGB (Red+Green+Blue) = 215+50+175=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D732AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732AF is #28CD50. Grayscale: #717171. Windows color (decimal): -2674001 or 11481815. OLE color: 11481815.

HSL color Cylindrical-coordinate representation of color #D732AF: hue angle of 314.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D732AF is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 175 -
CMYK 0 0.77 0.19 0.16
HSL 314.55º 0.67% 0.52% -
HSV(B) 314.55º 0.77% 0.84% -
XYZ 36.9 19.82 42.44 -
YUV 113.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 215 50 175 0 0.77 0.19 0.16 314.55 0.67 0.52
Hex D7 32 AF 0 4D 13 10 13B 43 34
Octal 327 62 257 0 115 23 20 473 103 64
Binary 11010111 110010 10101111 0 1001101 10011 10000 100111011 1000011 110100

Color Harmonies of #D732AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D732AF

Black with #D732AF

Text Example


Text Example

White with #D732AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D732AF; }

 p { color: rgb(215,50,175); }

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

background-color css

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

 a { background-color: rgb(215,50,175); }

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

border-color css

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

 span { border-color: rgb(215,50,175); }

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