Html Css Color HEX #D634AF Deep Cerise

📋 copy color: '#D634AF'

red 214 ◦ green 52 ◦ blue 175

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

Shades of Deep Cerise #D634AF

Tints of Deep Cerise #D634AF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.79%

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

R = 48.53%
G = 11.79%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D634AF (or 0xD634AF) is known color: Deep Cerise. HEX triplet: D6, 34 and AF. RGB value is (214,52,175). Sum of RGB (Red+Green+Blue) = 214+52+175=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D634AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D634AF is #29CB50. Grayscale: #727272. Windows color (decimal): -2739025 or 11482326. OLE color: 11482326.

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

Color convert

RGB 214 52 175 -
CMYK 0 0.76 0.18 0.16
HSL 314.44º 0.66% 0.52% -
HSV(B) 314.44º 0.76% 0.84% -
XYZ 36.7 19.85 42.45 -
YUV 114.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 214 52 175 0 0.76 0.18 0.16 314.44 0.66 0.52
Hex D6 34 AF 0 4C 12 10 13A 42 34
Octal 326 64 257 0 114 22 20 472 102 64
Binary 11010110 110100 10101111 0 1001100 10010 10000 100111010 1000010 110100

Color Harmonies of #D634AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D634AF

Black with #D634AF

Text Example


Text Example

White with #D634AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D634AF; }

 p { color: rgb(214,52,175); }

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

background-color css

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

 a { background-color: rgb(214,52,175); }

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

border-color css

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

 span { border-color: rgb(214,52,175); }

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