Html Css Color HEX #D65A7D Cranberry

📋 copy color: '#D65A7D'

red 214 ◦ green 90 ◦ blue 125

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

Shades of Cranberry #D65A7D

Tints of Cranberry #D65A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.98%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 49.88%
G = 20.98%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D65A7D (or 0xD65A7D) is known color: Cranberry. HEX triplet: D6, 5A and 7D. RGB value is (214,90,125). Sum of RGB (Red+Green+Blue) = 214+90+125=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A7D is #29A582. Grayscale: #838383. Windows color (decimal): -2729347 or 8215254. OLE color: 8215254.

HSL color Cylindrical-coordinate representation of color #D65A7D: hue angle of 343.06º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65A7D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 125 -
CMYK 0 0.58 0.42 0.16
HSL 343.06º 0.6% 0.6% -
HSV(B) 343.06º 0.58% 0.84% -
XYZ 35.09 23.09 22.01 -
YUV 131.07 124.58 187.15 -
System Red Green Blue C M Y K H S L
Decimal 214 90 125 0 0.58 0.42 0.16 343.06 0.6 0.6
Hex D6 5A 7D 0 3A 2A 10 157 3C 3C
Octal 326 132 175 0 72 52 20 527 74 74
Binary 11010110 1011010 1111101 0 111010 101010 10000 101010111 111100 111100

Color Harmonies of #D65A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A7D

Black with #D65A7D

Text Example


Text Example

White with #D65A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A7D; }

 p { color: rgb(214,90,125); }

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

background-color css

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

 a { background-color: rgb(214,90,125); }

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

border-color css

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

 span { border-color: rgb(214,90,125); }

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