Html Css Color HEX #D670B5 Persian Pink

📋 copy color: '#D670B5'

red 214 ◦ green 112 ◦ blue 181

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

Shades of Persian Pink #D670B5

Tints of Persian Pink #D670B5

RGB

 RED value IS 214 (83.98% from 255) = 42.21%

 GREEN value IS 112 (44.14% from 255) = 22.09%

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 42.21%
G = 22.09%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D670B5 (or 0xD670B5) is known color: Persian Pink. HEX triplet: D6, 70 and B5. RGB value is (214,112,181). Sum of RGB (Red+Green+Blue) = 214+112+181=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D670B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670B5 is #298F4A. Grayscale: #969696. Windows color (decimal): -2723659 or 11890902. OLE color: 11890902.

HSL color Cylindrical-coordinate representation of color #D670B5: hue angle of 319.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670B5 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 181 -
CMYK 0 0.48 0.15 0.16
HSL 319.41º 0.55% 0.64% -
HSV(B) 319.41º 0.48% 0.84% -
XYZ 41.87 29.22 47.15 -
YUV 150.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 214 112 181 0 0.48 0.15 0.16 319.41 0.55 0.64
Hex D6 70 B5 0 30 F 10 13F 37 40
Octal 326 160 265 0 60 17 20 477 67 100
Binary 11010110 1110000 10110101 0 110000 1111 10000 100111111 110111 1000000

Color Harmonies of #D670B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670B5

Black with #D670B5

Text Example


Text Example

White with #D670B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670B5; }

 p { color: rgb(214,112,181); }

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

background-color css

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

 a { background-color: rgb(214,112,181); }

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

border-color css

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

 span { border-color: rgb(214,112,181); }

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