Html Css Color HEX #D630B0 Persian Rose

📋 copy color: '#D630B0'

red 214 ◦ green 48 ◦ blue 176

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

Shades of Persian Rose #D630B0

Tints of Persian Rose #D630B0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.96%

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 48.86%
G = 10.96%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D630B0 (or 0xD630B0) is known color: Persian Rose. HEX triplet: D6, 30 and B0. RGB value is (214,48,176). Sum of RGB (Red+Green+Blue) = 214+48+176=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D630B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D630B0 is #29CF4F. Grayscale: #6F6F6F. Windows color (decimal): -2740048 or 11546838. OLE color: 11546838.

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

Color convert

RGB 214 48 176 -
CMYK 0 0.78 0.18 0.16
HSL 313.73º 0.67% 0.51% -
HSV(B) 313.73º 0.78% 0.84% -
XYZ 36.62 19.54 42.92 -
YUV 112.23 164 200.59 -
System Red Green Blue C M Y K H S L
Decimal 214 48 176 0 0.78 0.18 0.16 313.73 0.67 0.51
Hex D6 30 B0 0 4E 12 10 13A 43 33
Octal 326 60 260 0 116 22 20 472 103 63
Binary 11010110 110000 10110000 0 1001110 10010 10000 100111010 1000011 110011

Color Harmonies of #D630B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D630B0

Black with #D630B0

Text Example


Text Example

White with #D630B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D630B0; }

 p { color: rgb(214,48,176); }

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

background-color css

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

 a { background-color: rgb(214,48,176); }

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

border-color css

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

 span { border-color: rgb(214,48,176); }

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