Html Css Color HEX #D694CA Lilac

📋 copy color: '#D694CA'

red 214 ◦ green 148 ◦ blue 202

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

Shades of Lilac #D694CA

Tints of Lilac #D694CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.24%

 BLUE value IS 202 (79.3% from 255) = 35.82%

R = 37.94%
G = 26.24%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D694CA (or 0xD694CA) is known color: Lilac. HEX triplet: D6, 94 and CA. RGB value is (214,148,202). Sum of RGB (Red+Green+Blue) = 214+148+202=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D694CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694CA is #296B35. Grayscale: #ADADAD. Windows color (decimal): -2714422 or 13276374. OLE color: 13276374.

HSL color Cylindrical-coordinate representation of color #D694CA: hue angle of 310.91º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D694CA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 202 -
CMYK 0 0.31 0.06 0.16
HSL 310.91º 0.45% 0.71% -
HSV(B) 310.91º 0.31% 0.84% -
XYZ 48.98 39.74 60.97 -
YUV 173.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 214 148 202 0 0.31 0.06 0.16 310.91 0.45 0.71
Hex D6 94 CA 0 1F 6 10 137 2D 47
Octal 326 224 312 0 37 6 20 467 55 107
Binary 11010110 10010100 11001010 0 11111 110 10000 100110111 101101 1000111

Color Harmonies of #D694CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694CA

Black with #D694CA

Text Example


Text Example

White with #D694CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694CA; }

 p { color: rgb(214,148,202); }

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

background-color css

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

 a { background-color: rgb(214,148,202); }

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

border-color css

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

 span { border-color: rgb(214,148,202); }

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